changeset 4784:7738ad31b6e2 libavcodec

vc1_split should be static
author kostya
date Wed, 04 Apr 2007 13:26:26 +0000
parents 011fb289e3b0
children 4ae9ab738aec
files vc1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;