diff mpegvideo.h @ 3282:ecc93139021c libavcodec

use previous qscale for intra_dc_threshold check
author michael
date Fri, 28 Apr 2006 17:29:07 +0000
parents ac7bfc9bf1a4
children 5e2c69db0ef7
line wrap: on
line diff
--- a/mpegvideo.h	Fri Apr 28 17:03:52 2006 +0000
+++ b/mpegvideo.h	Fri Apr 28 17:29:07 2006 +0000
@@ -602,6 +602,7 @@
     int vo_type;
     int vol_control_parameters;      ///< does the stream contain the low_delay flag, used to workaround buggy encoders
     int intra_dc_threshold;          ///< QP above whch the ac VLC should be used for intra dc
+    int use_intra_dc_vlc;
     PutBitContext tex_pb;            ///< used for data partitioned VOPs
     PutBitContext pb2;               ///< used for data partitioned VOPs
     int mpeg_quant;