diff mpegvideo.h @ 656:e47fa3e3f2d5 libavcodec

statistics for forw & back p-MBs instead of just one counter for both
author michaelni
date Thu, 12 Sep 2002 12:26:09 +0000
parents ef4a33aad86e
children 00a882f626bd
line wrap: on
line diff
--- a/mpegvideo.h	Thu Sep 12 11:10:33 2002 +0000
+++ b/mpegvideo.h	Thu Sep 12 12:26:09 2002 +0000
@@ -301,7 +301,8 @@
     int i_tex_bits;
     int p_tex_bits;
     int i_count;
-    int p_count;
+    int f_count;
+    int b_count;
     int skip_count;
     int misc_bits; // cbp, mb_type
     int last_bits; //temp var used for calculating the above vars