diff vc1.c @ 4784:7738ad31b6e2 libavcodec

vc1_split should be static
author kostya
date Wed, 04 Apr 2007 13:26:26 +0000
parents 184d33cce3b6
children 300b60dee58c
line wrap: on
line diff
--- 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;