Commit 5cacf0c1 authored by kostya's avatar kostya

vc1_split should be static

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8626 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b715afda
...@@ -4601,7 +4601,7 @@ static int vc1_parse(AVCodecParserContext *s, ...@@ -4601,7 +4601,7 @@ static int vc1_parse(AVCodecParserContext *s,
return next; return next;
} }
int vc1_split(AVCodecContext *avctx, static int vc1_split(AVCodecContext *avctx,
const uint8_t *buf, int buf_size) const uint8_t *buf, int buf_size)
{ {
int i; 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