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
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to