summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2_internal.h
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-02 13:09:17 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-02 13:09:17 +0000
commit267c4e26d3d57584227561e64986be846e0c95f9 (patch)
tree62d88092e9b0603179bba973865d29699fd3cf93 /libmpeg2/mpeg2_internal.h
parentff1f7226f1f939efb0e0c8d4394e71cc4db4b771 (diff)
downloadmpv-267c4e26d3d57584227561e64986be846e0c95f9.tar.bz2
mpv-267c4e26d3d57584227561e64986be846e0c95f9.tar.xz
forgotten libmpeg2 postprocessing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12936 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/mpeg2_internal.h')
-rw-r--r--libmpeg2/mpeg2_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index 850456b1f8..1ba3300c9e 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -144,6 +144,11 @@ struct mpeg2_decoder_s {
int second_field;
int mpeg1;
+
+ /* for MPlayer: */
+ int quantizer_scale;
+ char* quant_store;
+ int quant_stride;
};
typedef struct {