diff libmpeg2/mpeg2_internal.h @ 9855:15fe3fba5b1d

qscale exporting for postprocess patch by Fabian Franz <FabianFranz@gmx.de>
author arpi
date Sun, 06 Apr 2003 16:37:37 +0000
parents 47984e3f54ce
children d0a8810e155c
line wrap: on
line diff
--- a/libmpeg2/mpeg2_internal.h	Sun Apr 06 16:37:12 2003 +0000
+++ b/libmpeg2/mpeg2_internal.h	Sun Apr 06 16:37:37 2003 +0000
@@ -135,6 +135,10 @@
     int second_field;
 
     int mpeg1;
+
+    /* for MPlayer: */
+    char* quant_store;
+    int   quant_stride;
 };
 
 typedef struct {