Mercurial > libavcodec.hg
comparison avcodec.h @ 4610:c81aa982b72b libavcodec
get rid of CODEC_FLAG_H263P_AIC with next major bump
| author | bcoudurier |
|---|---|
| date | Thu, 01 Mar 2007 10:29:03 +0000 |
| parents | d9c2365b346a |
| children | 5f3e6c177bac |
comparison
equal
deleted
inserted
replaced
| 4609:d9c2365b346a | 4610:c81aa982b72b |
|---|---|
| 353 #define CODEC_FLAG_ALT_SCAN 0x00100000 ///< use alternate scan | 353 #define CODEC_FLAG_ALT_SCAN 0x00100000 ///< use alternate scan |
| 354 #define CODEC_FLAG_TRELLIS_QUANT 0x00200000 ///< use trellis quantization | 354 #define CODEC_FLAG_TRELLIS_QUANT 0x00200000 ///< use trellis quantization |
| 355 #define CODEC_FLAG_GLOBAL_HEADER 0x00400000 ///< place global headers in extradata instead of every keyframe | 355 #define CODEC_FLAG_GLOBAL_HEADER 0x00400000 ///< place global headers in extradata instead of every keyframe |
| 356 #define CODEC_FLAG_BITEXACT 0x00800000 ///< use only bitexact stuff (except (i)dct) | 356 #define CODEC_FLAG_BITEXACT 0x00800000 ///< use only bitexact stuff (except (i)dct) |
| 357 /* Fx : Flag for h263+ extra options */ | 357 /* Fx : Flag for h263+ extra options */ |
| 358 #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) | |
| 358 #define CODEC_FLAG_H263P_AIC 0x01000000 ///< H263 Advanced intra coding / MPEG4 AC prediction (remove this) | 359 #define CODEC_FLAG_H263P_AIC 0x01000000 ///< H263 Advanced intra coding / MPEG4 AC prediction (remove this) |
| 360 #endif | |
| 359 #define CODEC_FLAG_AC_PRED 0x01000000 ///< H263 Advanced intra coding / MPEG4 AC prediction | 361 #define CODEC_FLAG_AC_PRED 0x01000000 ///< H263 Advanced intra coding / MPEG4 AC prediction |
| 360 #define CODEC_FLAG_H263P_UMV 0x02000000 ///< Unlimited motion vector | 362 #define CODEC_FLAG_H263P_UMV 0x02000000 ///< Unlimited motion vector |
| 361 #define CODEC_FLAG_CBP_RD 0x04000000 ///< use rate distortion optimization for cbp | 363 #define CODEC_FLAG_CBP_RD 0x04000000 ///< use rate distortion optimization for cbp |
| 362 #define CODEC_FLAG_QP_RD 0x08000000 ///< use rate distortion optimization for qp selectioon | 364 #define CODEC_FLAG_QP_RD 0x08000000 ///< use rate distortion optimization for qp selectioon |
| 363 #define CODEC_FLAG_H263P_AIV 0x00000008 ///< H263 Alternative inter vlc | 365 #define CODEC_FLAG_H263P_AIV 0x00000008 ///< H263 Alternative inter vlc |
