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

kostya subversion at mplayerhq.hu
Mon Sep 17 08:32:34 CEST 2007


Author: kostya
Date: Mon Sep 17 08:32:34 2007
New Revision: 1357

Log:
Drop unused field

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Mon Sep 17 08:32:34 2007
@@ -107,7 +107,6 @@ typedef struct RV40DecContext{
     int *intra_types;        ///< block types
     int intra_types_stride;  ///< stride for block types data
     int block_start;         ///< start of slice in blocks
-    int ptype;               ///< picture type
 
     int vlc_set;             ///< index of currently selected VLC set
     RV40VLC *cur_vlcs;       ///< VLC set used for current frame decoding



More information about the FFmpeg-soc mailing list