comparison vc1.h @ 10379:d580026275a1 libavcodec

Print error message when true interlaced VC-1 frames are encountered to inform user why decoder produces no output.
author kostya
date Sat, 10 Oct 2009 07:35:31 +0000
parents c25359a56edf
children 5915f4f0e172
comparison
equal deleted inserted replaced
10378:03b0316b9ead 10379:d580026275a1
310 uint8_t bfraction_lut_index;///< Index for BFRACTION value (see Table 40, reproduced into ff_vc1_bfraction_lut[]) 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) 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) 312 uint8_t closed_entry; ///< Closed entry point flag (CLOSED_ENTRY syntax element)
313 313
314 int parse_only; ///< Context is used within parser 314 int parse_only; ///< Context is used within parser
315
316 int warn_interlaced;
315 } VC1Context; 317 } VC1Context;
316 318
317 /** Find VC-1 marker in buffer 319 /** Find VC-1 marker in buffer
318 * @return position where next marker starts or end of buffer if no marker found 320 * @return position where next marker starts or end of buffer if no marker found
319 */ 321 */