[FFmpeg-cvslog] r25605 - trunk/libavcodec/bink.c

ramiro subversion
Sat Oct 30 21:51:46 CEST 2010


Author: ramiro
Date: Sat Oct 30 21:51:46 2010
New Revision: 25605

Log:
bink: make bink_rlelens static (it's only used in this file)

Modified:
   trunk/libavcodec/bink.c

Modified: trunk/libavcodec/bink.c
==============================================================================
--- trunk/libavcodec/bink.c	Sat Oct 30 19:14:22 2010	(r25604)
+++ trunk/libavcodec/bink.c	Sat Oct 30 21:51:46 2010	(r25605)
@@ -325,7 +325,7 @@ static int read_motion_values(AVCodecCon
     return 0;
 }
 
-const uint8_t bink_rlelens[4] = { 4, 8, 12, 32 };
+static const uint8_t bink_rlelens[4] = { 4, 8, 12, 32 };
 
 static int read_block_types(AVCodecContext *avctx, GetBitContext *gb, Bundle *b)
 {



More information about the ffmpeg-cvslog mailing list