Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-27 12:16:14 +0400
committerAnton Khirnov <anton@khirnov.net>2011-08-31 15:28:11 +0400
commit0d904de89ded7502c7a18a12e27c3e6dff5d1fdf (patch)
tree23ca72527c8016820fe10f33cd184c4be5281b4a /libavcodec/avcodec.h
parente3922d1110772baee10def844367f961c8c728d5 (diff)
h263/p encoder: add 'obmc' private option.
Deprecate CODEC_FLAG_OBMC
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 993ed785e8..c22c98f590 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -606,8 +606,8 @@ typedef struct RcOverride{
#define CODEC_FLAG_QP_RD 0x08000000 ///< Use rate distortion optimization for qp selectioon.
#if FF_API_MPEGVIDEO_GLOBAL_OPTS
#define CODEC_FLAG_H263P_AIV 0x00000008 ///< H.263 alternative inter VLC
-#endif
#define CODEC_FLAG_OBMC 0x00000001 ///< OBMC
+#endif
#define CODEC_FLAG_LOOP_FILTER 0x00000800 ///< loop filter
#define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000
#define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation