comparison avcodec.h @ 7034:130784da5595 libavcodec

uniformize trellis quant option
author bcoudurier
date Mon, 09 Jun 2008 00:43:07 +0000
parents 05a09fe93944
children e943e1409077
comparison
equal deleted inserted replaced
7033:f90b89217cc9 7034:130784da5595
425 location instead of only at frame boundaries. */ 425 location instead of only at frame boundaries. */
426 #define CODEC_FLAG_NORMALIZE_AQP 0x00020000 ///< Normalize adaptive quantization. 426 #define CODEC_FLAG_NORMALIZE_AQP 0x00020000 ///< Normalize adaptive quantization.
427 #define CODEC_FLAG_INTERLACED_DCT 0x00040000 ///< Use interlaced DCT. 427 #define CODEC_FLAG_INTERLACED_DCT 0x00040000 ///< Use interlaced DCT.
428 #define CODEC_FLAG_LOW_DELAY 0x00080000 ///< Force low delay. 428 #define CODEC_FLAG_LOW_DELAY 0x00080000 ///< Force low delay.
429 #define CODEC_FLAG_ALT_SCAN 0x00100000 ///< Use alternate scan. 429 #define CODEC_FLAG_ALT_SCAN 0x00100000 ///< Use alternate scan.
430 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
430 #define CODEC_FLAG_TRELLIS_QUANT 0x00200000 ///< Use trellis quantization. 431 #define CODEC_FLAG_TRELLIS_QUANT 0x00200000 ///< Use trellis quantization.
432 #endif
431 #define CODEC_FLAG_GLOBAL_HEADER 0x00400000 ///< Place global headers in extradata instead of every keyframe. 433 #define CODEC_FLAG_GLOBAL_HEADER 0x00400000 ///< Place global headers in extradata instead of every keyframe.
432 #define CODEC_FLAG_BITEXACT 0x00800000 ///< Use only bitexact stuff (except (I)DCT). 434 #define CODEC_FLAG_BITEXACT 0x00800000 ///< Use only bitexact stuff (except (I)DCT).
433 /* Fx : Flag for h263+ extra options */ 435 /* Fx : Flag for h263+ extra options */
434 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) 436 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
435 #define CODEC_FLAG_H263P_AIC 0x01000000 ///< H.263 advanced intra coding / MPEG-4 AC prediction (remove this) 437 #define CODEC_FLAG_H263P_AIC 0x01000000 ///< H.263 advanced intra coding / MPEG-4 AC prediction (remove this)