# HG changeset patch # User kostya # Date 1175693186 0 # Node ID 7738ad31b6e217a95868bd02c6a01629c18ec57b # Parent 011fb289e3b07c9dc11386f661be715dfee03947 vc1_split should be static diff -r 011fb289e3b0 -r 7738ad31b6e2 vc1.c --- a/vc1.c Wed Apr 04 11:51:08 2007 +0000 +++ b/vc1.c Wed Apr 04 13:26:26 2007 +0000 @@ -4601,7 +4601,7 @@ return next; } -int vc1_split(AVCodecContext *avctx, +static int vc1_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size) { int i;