comparison mpegvideo.h @ 8251:d256dbf74ea6 libavcodec

Implement complexity estimation parsing and try to detect an incorrectly set complexity estimation flag.
author michael
date Wed, 03 Dec 2008 17:43:39 +0000
parents 2f5101a67500
children 9281a8a9387a
comparison
equal deleted inserted replaced
8250:cf4d575b1982 8251:d256dbf74ea6
544 PutBitContext tex_pb; ///< used for data partitioned VOPs 544 PutBitContext tex_pb; ///< used for data partitioned VOPs
545 PutBitContext pb2; ///< used for data partitioned VOPs 545 PutBitContext pb2; ///< used for data partitioned VOPs
546 int mpeg_quant; 546 int mpeg_quant;
547 int t_frame; ///< time distance of first I -> B, used for interlaced b frames 547 int t_frame; ///< time distance of first I -> B, used for interlaced b frames
548 int padding_bug_score; ///< used to detect the VERY common padding bug in MPEG4 548 int padding_bug_score; ///< used to detect the VERY common padding bug in MPEG4
549 int cplx_estimation_trash_i;
550 int cplx_estimation_trash_p;
551 int cplx_estimation_trash_b;
549 552
550 /* divx specific, used to workaround (many) bugs in divx5 */ 553 /* divx specific, used to workaround (many) bugs in divx5 */
551 int divx_version; 554 int divx_version;
552 int divx_build; 555 int divx_build;
553 int divx_packed; 556 int divx_packed;