Commit 1ed1a122 authored by Måns Rullgård's avatar Måns Rullgård

make some symbols static

Originally committed as revision 6973 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8e981daf
......@@ -23,7 +23,7 @@
#include "riff.h"
#include "intfloat_readwrite.h"
const CodecTag codec_aiff_tags[] = {
static const CodecTag codec_aiff_tags[] = {
{ CODEC_ID_PCM_S16BE, MKTAG('N','O','N','E') },
{ CODEC_ID_PCM_S8, MKTAG('N','O','N','E') },
{ CODEC_ID_PCM_S24BE, MKTAG('N','O','N','E') },
......
......@@ -1132,7 +1132,7 @@ static int mpegts_probe(AVProbeData *p)
#endif
}
void set_service_cb(void *opaque, int ret)
static void set_service_cb(void *opaque, int ret)
{
MpegTSContext *ts = opaque;
ts->set_service_ret = ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment