Commit 34c65ac6 authored by Baptiste Coudurier's avatar Baptiste Coudurier

function is static

Originally committed as revision 16886 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fd5583bc
......@@ -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;
......
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