diff mpegvideo.h @ 9008:251c7a9cb795 libavcodec

Better parsing of i263 picture header
author kostya
date Sun, 22 Feb 2009 18:13:40 +0000
parents b595a8a59967
children 2bf694251330
line wrap: on
line diff
--- a/mpegvideo.h	Sun Feb 22 13:48:55 2009 +0000
+++ b/mpegvideo.h	Sun Feb 22 18:13:40 2009 +0000
@@ -201,6 +201,7 @@
     int bit_rate;     ///< wanted bit rate
     enum OutputFormat out_format; ///< output format
     int h263_pred;    ///< use mpeg4/h263 ac/dc predictions
+    int pb_frame;     ///< PB frame mode (0 = none, 1 = base, 2 = improved)
 
 /* the following codec id fields are deprecated in favor of codec_id */
     int h263_plus;    ///< h263 plus headers