comparison 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
comparison
equal deleted inserted replaced
8691:25aa5388fa97 8692:48442253aac2
305 int p_frame_skipped; 305 int p_frame_skipped;
306 int bi_type; 306 int bi_type;
307 int x8_type; 307 int x8_type;
308 308
309 uint32_t *cbp_base, *cbp; 309 uint32_t *cbp_base, *cbp;
310 uint8_t bfraction_lut_index;///< Index for BFRACTION value (see Table 40, reproduced into ff_vc1_bfraction_lut[])
311 uint8_t broken_link; ///< Broken link flag (BROKEN_LINK syntax element)
312 uint8_t closed_entry; ///< Closed entry point flag (CLOSED_ENTRY syntax element)
310 } VC1Context; 313 } VC1Context;
311 314
312 #endif /* AVCODEC_VC1_H */ 315 #endif /* AVCODEC_VC1_H */