Commit 93048bb4 authored by bcoudurier's avatar bcoudurier

function is static

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16886 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 14a66e2c
......@@ -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