From 047549d382218b292afb1ac03bb24c068d1e9e46 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 4 Apr 2007 13:26:26 +0000 Subject: [PATCH] vc1_split should be static Originally committed as revision 8626 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index 8486890..51f2a7c 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -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; -- 2.7.4