OSDN Git Service

vc1_split should be static
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 4 Apr 2007 13:26:26 +0000 (13:26 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 4 Apr 2007 13:26:26 +0000 (13:26 +0000)
Originally committed as revision 8626 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vc1.c

index 8486890..51f2a7c 100644 (file)
@@ -4601,7 +4601,7 @@ static int vc1_parse(AVCodecParserContext *s,
     return next;
 }
 
-int vc1_split(AVCodecContext *avctx,
+static int vc1_split(AVCodecContext *avctx,
                            const uint8_t *buf, int buf_size)
 {
     int i;