OSDN Git Service

function is static
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 31 Jan 2009 06:09:31 +0000 (06:09 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 31 Jan 2009 06:09:31 +0000 (06:09 +0000)
Originally committed as revision 16886 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/oggenc.c

index e9152f4..1e2a93a 100644 (file)
@@ -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;