diff vc1.h @ 8692:48442253aac2 libavcodec

Record B-fraction index from frame header and two fields from entry point structure into VC-1 context. Patch by Gwenole Beauchesne (gbeauchesne <whirlpool> splitted <dash> desktop <dit> com) Thread [PATCH][VC-1] Record extra syntax elements for VA API support
author kostya
date Fri, 30 Jan 2009 17:15:08 +0000
parents ce9d640decd1
children c25359a56edf
line wrap: on
line diff
--- a/vc1.h	Fri Jan 30 17:13:03 2009 +0000
+++ b/vc1.h	Fri Jan 30 17:15:08 2009 +0000
@@ -307,6 +307,9 @@
     int x8_type;
 
     uint32_t *cbp_base, *cbp;
+    uint8_t bfraction_lut_index;///< Index for BFRACTION value (see Table 40, reproduced into ff_vc1_bfraction_lut[])
+    uint8_t broken_link;        ///< Broken link flag (BROKEN_LINK syntax element)
+    uint8_t closed_entry;       ///< Closed entry point flag (CLOSED_ENTRY syntax element)
 } VC1Context;
 
 #endif /* AVCODEC_VC1_H */