summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpeg2/mpeg2_internal.h')
-rw-r--r--libmpeg2/mpeg2_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index 0e364cbf43..90ae5702da 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -135,6 +135,10 @@ struct decoder_s {
int second_field;
int mpeg1;
+
+ /* for MPlayer: */
+ char* quant_store;
+ int quant_stride;
};
typedef struct {