summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2_internal.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-06 16:37:37 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-06 16:37:37 +0000
commitdf67e3e8e27123969edae04f5e7182f8ec2b5ca3 (patch)
treeedf6b86b365a1ddfd30c98683555fe70023b4edb /libmpeg2/mpeg2_internal.h
parentb26c266cfd1851f9213f0bfbb9422681b6fe1018 (diff)
downloadmpv-df67e3e8e27123969edae04f5e7182f8ec2b5ca3.tar.bz2
mpv-df67e3e8e27123969edae04f5e7182f8ec2b5ca3.tar.xz
qscale exporting for postprocess
patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9856 b3059339-0415-0410-9bf9-f77b7e298cf2
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 {