mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 07:37:09 +08:00
make some symbols static
Originally committed as revision 6973 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user