diff mpegvideo.c @ 5213:4738fae7555a libavcodec

make DCT_common_init() static
author aurel
date Thu, 05 Jul 2007 09:55:48 +0000
parents 413c5e2eff68
children 470601203f44
line wrap: on
line diff
--- a/mpegvideo.c	Thu Jul 05 09:50:00 2007 +0000
+++ b/mpegvideo.c	Thu Jul 05 09:55:48 2007 +0000
@@ -135,7 +135,7 @@
 }
 
 /* init common dct for both encoder and decoder */
-int DCT_common_init(MpegEncContext *s)
+static int DCT_common_init(MpegEncContext *s)
 {
     s->dct_unquantize_h263_intra = dct_unquantize_h263_intra_c;
     s->dct_unquantize_h263_inter = dct_unquantize_h263_inter_c;