comparison mpegvideo.h @ 8106:2f5101a67500 libavcodec

Only warn about "Invalid and inefficient vfw-avi packed B frames" once. Patch by Andrew Savchenko, Bircoph at list dot ru
author andoma
date Tue, 04 Nov 2008 06:54:42 +0000
parents 2b20ad98e424
children d256dbf74ea6
comparison
equal deleted inserted replaced
8105:b122cb798801 8106:2f5101a67500
485 ParseContext parse_context; 485 ParseContext parse_context;
486 486
487 /* H.263 specific */ 487 /* H.263 specific */
488 int gob_index; 488 int gob_index;
489 int obmc; ///< overlapped block motion compensation 489 int obmc; ///< overlapped block motion compensation
490 int showed_packed_warning; ///< flag for having shown the warning about divxs invalid b frames
490 491
491 /* H.263+ specific */ 492 /* H.263+ specific */
492 int umvplus; ///< == H263+ && unrestricted_mv 493 int umvplus; ///< == H263+ && unrestricted_mv
493 int h263_aic; ///< Advanded INTRA Coding (AIC) 494 int h263_aic; ///< Advanded INTRA Coding (AIC)
494 int h263_aic_dir; ///< AIC direction: 0 = left, 1 = top 495 int h263_aic_dir; ///< AIC direction: 0 = left, 1 = top