comparison 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
comparison
equal deleted inserted replaced
3281:7fac25904a8b 3282:ecc93139021c
600 int resync_marker; ///< could this stream contain resync markers 600 int resync_marker; ///< could this stream contain resync markers
601 int low_delay; ///< no reordering needed / has no b-frames 601 int low_delay; ///< no reordering needed / has no b-frames
602 int vo_type; 602 int vo_type;
603 int vol_control_parameters; ///< does the stream contain the low_delay flag, used to workaround buggy encoders 603 int vol_control_parameters; ///< does the stream contain the low_delay flag, used to workaround buggy encoders
604 int intra_dc_threshold; ///< QP above whch the ac VLC should be used for intra dc 604 int intra_dc_threshold; ///< QP above whch the ac VLC should be used for intra dc
605 int use_intra_dc_vlc;
605 PutBitContext tex_pb; ///< used for data partitioned VOPs 606 PutBitContext tex_pb; ///< used for data partitioned VOPs
606 PutBitContext pb2; ///< used for data partitioned VOPs 607 PutBitContext pb2; ///< used for data partitioned VOPs
607 int mpeg_quant; 608 int mpeg_quant;
608 int t_frame; ///< time distance of first I -> B, used for interlaced b frames 609 int t_frame; ///< time distance of first I -> B, used for interlaced b frames
609 int padding_bug_score; ///< used to detect the VERY common padding bug in MPEG4 610 int padding_bug_score; ///< used to detect the VERY common padding bug in MPEG4