diff mpegvideo.h @ 2997:188f4ef688f2 libavcodec

second try of improved lambda/qp guessing for motion estimation RD in first pass
author michael
date Thu, 29 Dec 2005 15:46:23 +0000
parents 33d4fb0df0d3
children 0b546eab515d
line wrap: on
line diff
--- a/mpegvideo.h	Thu Dec 29 07:24:23 2005 +0000
+++ b/mpegvideo.h	Thu Dec 29 15:46:23 2005 +0000
@@ -374,6 +374,7 @@
     int last_non_b_pict_type;   ///< used for mpeg4 gmc b-frames & ratecontrol
     int dropable;
     int frame_rate_index;
+    int last_lambda_for[5];     ///< last lambda for a specific pict type
 
     /* motion compensation */
     int unrestricted_mv;        ///< mv can point outside of the coded picture