aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-06-04 21:54:58 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-06-04 21:54:58 +0000
commit086bfd256e3150ad37bc115a46a3b4580d4de574 (patch)
tree25073fbc29536239ab285b89f349e1e37e5a2312 /libavcodec/avcodec.h
parenta9d4a6ef3437d316450c2e30b9ed6a8fd4df4804 (diff)
downloadffmpeg-086bfd256e3150ad37bc115a46a3b4580d4de574.tar.gz
support doing motion estimation and compensation without any residual transform or coding
this is usefull for filters which need ME/MC Originally committed as revision 5456 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index eb0fe81856..9dd7d83ef1 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -343,6 +343,7 @@ extern int motion_estimation_method;
#define CODEC_FLAG2_AUD 0x00000200 ///< H.264 access unit delimiters
#define CODEC_FLAG2_BRDO 0x00000400 ///< b-frame rate-distortion optimization
#define CODEC_FLAG2_INTRA_VLC 0x00000800 ///< use MPEG-2 intra VLC table
+#define CODEC_FLAG2_MEMC_ONLY 0x00001000 ///< only do ME/MC (I frames -> ref, P frame -> ME+MC)
/* Unsupported options :
* Syntax Arithmetic coding (SAC)