From f92a6c66ed2dfb4c421934984b1869b21cb961dc Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Fri, 30 Jan 2009 17:15:08 +0000 Subject: Record B-fraction index from frame header and two fields from entry point structure into VC-1 context. Patch by Gwenole Beauchesne (gbeauchesne splitted desktop com) Thread [PATCH][VC-1] Record extra syntax elements for VA API support Originally committed as revision 16859 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/vc1.h') diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index 212842a06f..67cdc7ae64 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -307,6 +307,9 @@ typedef struct VC1Context{ 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 */ -- cgit v1.2.3