mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
make some symbols static
Originally committed as revision 6973 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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