vc1_split should be static
Originally committed as revision 8626 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2b100ab2bf
commit
047549d382
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user