mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-25 04:19:05 +00:00
function is static
Originally committed as revision 16886 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fd5583bc2d
commit
34c65ac668
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user