[FFmpeg-soc] [soc]: r1360 - rv40/rv40.c

kostya subversion at mplayerhq.hu
Mon Sep 17 08:33:59 CEST 2007


Author: kostya
Date: Mon Sep 17 08:33:59 2007
New Revision: 1360

Log:
Drop one more unused variable

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Mon Sep 17 08:33:59 2007
@@ -115,7 +115,6 @@ typedef struct RV40DecContext{
     SliceInfo si;            ///< current slice information
     SliceInfo prev_si;       ///< info for the saved slice
     uint8_t *slice_data;     ///< saved slice data
-    int has_slice;           ///< has previously saved slice
 
     int *mb_type;            ///< internal macroblock types
     int block_type;          ///< current block type



More information about the FFmpeg-soc mailing list