[MPlayer-cvslog] r31367 - trunk/libmpeg2/mpeg2_internal.h

diego subversion at mplayerhq.hu
Fri Jun 11 13:02:23 CEST 2010


Author: diego
Date: Fri Jun 11 13:02:23 2010
New Revision: 31367

Log:
Drop hunk that was forgotten in the quantizer_scale removal.

Modified:
   trunk/libmpeg2/mpeg2_internal.h

Modified: trunk/libmpeg2/mpeg2_internal.h
==============================================================================
--- trunk/libmpeg2/mpeg2_internal.h	Fri Jun 11 12:25:21 2010	(r31366)
+++ trunk/libmpeg2/mpeg2_internal.h	Fri Jun 11 13:02:23 2010	(r31367)
@@ -156,11 +156,6 @@ struct mpeg2_decoder_s {
 
     /* XXX: stuff due to xine shit */
     int8_t q_scale_type;
-
-    int quantizer_scales[32];
-    int quantizer_scale;
-    char* quant_store;
-    int quant_stride;
 };
 
 typedef struct {


More information about the MPlayer-cvslog mailing list