mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
function is static
Originally committed as revision 16886 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -214,7 +214,7 @@ static int ogg_compare_granule(AVFormatContext *s, AVPacket *next, AVPacket *pkt
|
||||
return next_granule > cur_granule;
|
||||
}
|
||||
|
||||
int ogg_interleave_per_granule(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush)
|
||||
static int ogg_interleave_per_granule(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush)
|
||||
{
|
||||
AVPacketList *pktl;
|
||||
int stream_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user