Commit 047549d3 authored by Kostya Shishkov's avatar Kostya Shishkov

vc1_split should be static

Originally committed as revision 8626 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2b100ab2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment