[Ffmpeg-cvslog] r8626 - trunk/libavcodec/vc1.c
kostya
subversion
Wed Apr 4 15:26:26 CEST 2007
Author: kostya
Date: Wed Apr 4 15:26:26 2007
New Revision: 8626
Modified:
trunk/libavcodec/vc1.c
Log:
vc1_split should be static
Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c (original)
+++ trunk/libavcodec/vc1.c Wed Apr 4 15:26:26 2007
@@ -4601,7 +4601,7 @@ static int vc1_parse(AVCodecParserContex
return next;
}
-int vc1_split(AVCodecContext *avctx,
+static int vc1_split(AVCodecContext *avctx,
const uint8_t *buf, int buf_size)
{
int i;
More information about the ffmpeg-cvslog
mailing list