[FFmpeg-cvslog] r16886 - trunk/libavformat/oggenc.c
bcoudurier
subversion
Sat Jan 31 07:09:31 CET 2009
Author: bcoudurier
Date: Sat Jan 31 07:09:31 2009
New Revision: 16886
Log:
function is static
Modified:
trunk/libavformat/oggenc.c
Modified: trunk/libavformat/oggenc.c
==============================================================================
--- trunk/libavformat/oggenc.c Sat Jan 31 07:08:42 2009 (r16885)
+++ trunk/libavformat/oggenc.c Sat Jan 31 07:09:31 2009 (r16886)
@@ -214,7 +214,7 @@ static int ogg_compare_granule(AVFormatC
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;
More information about the ffmpeg-cvslog
mailing list