aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alstream.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-05-30 13:29:50 -0700
committerChris Robinson <[email protected]>2013-05-30 13:29:50 -0700
commit2290e08053b18039f11c6b1fa240bb73b37dc01b (patch)
treec8871d76f6dbedc496ccd84cce2f1fa76a8706e3 /examples/alstream.c
parenta7a3d1e1947186f86cb4bdcfbeea0970d2726683 (diff)
Make some example function pointers static
Diffstat (limited to 'examples/alstream.c')
-rw-r--r--examples/alstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/alstream.c b/examples/alstream.c
index 8d36366d..809d37bb 100644
--- a/examples/alstream.c
+++ b/examples/alstream.c
@@ -38,8 +38,8 @@
#include "common/alffmpeg.h"
-LPALBUFFERSAMPLESSOFT alBufferSamplesSOFT = wrap_BufferSamples;
-LPALISBUFFERFORMATSUPPORTEDSOFT alIsBufferFormatSupportedSOFT = NULL;
+static LPALBUFFERSAMPLESSOFT alBufferSamplesSOFT = wrap_BufferSamples;
+static LPALISBUFFERFORMATSUPPORTEDSOFT alIsBufferFormatSupportedSOFT;
/* Define the number of buffers and buffer size (in samples) to use. 4 buffers