comparison avcodec.h @ 4327:a9f4d5c92218 libavcodec

skiprd
author michael
date Sat, 23 Dec 2006 03:05:36 +0000
parents 74b476185cd1
children a0cfbd6679c0
comparison
equal deleted inserted replaced
4326:9af83350d4fd 4327:a9f4d5c92218
372 #define CODEC_FLAG2_AUD 0x00000200 ///< H.264 access unit delimiters 372 #define CODEC_FLAG2_AUD 0x00000200 ///< H.264 access unit delimiters
373 #define CODEC_FLAG2_BRDO 0x00000400 ///< b-frame rate-distortion optimization 373 #define CODEC_FLAG2_BRDO 0x00000400 ///< b-frame rate-distortion optimization
374 #define CODEC_FLAG2_INTRA_VLC 0x00000800 ///< use MPEG-2 intra VLC table 374 #define CODEC_FLAG2_INTRA_VLC 0x00000800 ///< use MPEG-2 intra VLC table
375 #define CODEC_FLAG2_MEMC_ONLY 0x00001000 ///< only do ME/MC (I frames -> ref, P frame -> ME+MC) 375 #define CODEC_FLAG2_MEMC_ONLY 0x00001000 ///< only do ME/MC (I frames -> ref, P frame -> ME+MC)
376 #define CODEC_FLAG2_DROP_FRAME_TIMECODE 0x00002000 ///< timecode is in drop frame format 376 #define CODEC_FLAG2_DROP_FRAME_TIMECODE 0x00002000 ///< timecode is in drop frame format
377 #define CODEC_FLAG2_SKIP_RD 0x00004000 ///< RD optimal MB level residual skiping
377 378
378 /* Unsupported options : 379 /* Unsupported options :
379 * Syntax Arithmetic coding (SAC) 380 * Syntax Arithmetic coding (SAC)
380 * Reference Picture Selection 381 * Reference Picture Selection
381 * Independant Segment Decoding */ 382 * Independant Segment Decoding */