comparison mpegvideo.h @ 1520:ad5461bad820 libavcodec

intra dc treshold != 0 decoding fixed
author michael
date Sun, 12 Oct 2003 14:01:53 +0000
parents 010f76d07a27
children 14d01ccc0081
comparison
equal deleted inserted replaced
1519:b44267fc5ec4 1520:ad5461bad820
564 int rvlc; ///< reversible vlc 564 int rvlc; ///< reversible vlc
565 int resync_marker; ///< could this stream contain resync markers 565 int resync_marker; ///< could this stream contain resync markers
566 int low_delay; ///< no reordering needed / has no b-frames 566 int low_delay; ///< no reordering needed / has no b-frames
567 int vo_type; 567 int vo_type;
568 int vol_control_parameters; ///< does the stream contain the low_delay flag, used to workaround buggy encoders 568 int vol_control_parameters; ///< does the stream contain the low_delay flag, used to workaround buggy encoders
569 int intra_dc_threshold; ///< QP above whch the ac VLC should be used for intra dc
569 PutBitContext tex_pb; ///< used for data partitioned VOPs 570 PutBitContext tex_pb; ///< used for data partitioned VOPs
570 PutBitContext pb2; ///< used for data partitioned VOPs 571 PutBitContext pb2; ///< used for data partitioned VOPs
571 #define PB_BUFFER_SIZE 1024*256 572 #define PB_BUFFER_SIZE 1024*256
572 uint8_t *tex_pb_buffer; 573 uint8_t *tex_pb_buffer;
573 uint8_t *pb2_buffer; 574 uint8_t *pb2_buffer;