diff libmpeg2/mpeg2_internal.h @ 12935:cda4ad0d3e70

forgotten libmpeg2 postprocessing
author henry
date Mon, 02 Aug 2004 13:09:17 +0000
parents d0a8810e155c
children 3e4bea88c1c1
line wrap: on
line diff
--- a/libmpeg2/mpeg2_internal.h	Mon Aug 02 12:38:05 2004 +0000
+++ b/libmpeg2/mpeg2_internal.h	Mon Aug 02 13:09:17 2004 +0000
@@ -144,6 +144,11 @@
     int second_field;
 
     int mpeg1;
+
+    /* for MPlayer: */
+    int quantizer_scale;
+    char* quant_store;
+    int quant_stride;
 };
 
 typedef struct {