diff 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
line wrap: on
line diff
--- a/mpegvideo.h	Wed Dec 03 15:23:30 2008 +0000
+++ b/mpegvideo.h	Wed Dec 03 17:43:39 2008 +0000
@@ -546,6 +546,9 @@
     int mpeg_quant;
     int t_frame;                       ///< time distance of first I -> B, used for interlaced b frames
     int padding_bug_score;             ///< used to detect the VERY common padding bug in MPEG4
+    int cplx_estimation_trash_i;
+    int cplx_estimation_trash_p;
+    int cplx_estimation_trash_b;
 
     /* divx specific, used to workaround (many) bugs in divx5 */
     int divx_version;