]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/libmpcodecs/mp_image.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavfilter / libmpcodecs / mp_image.h
index 50d3fa19a602f1163aacf788df28801ceb0e1905..162f57a9c16224ba1583b68a48f66924faeb4d78 100644 (file)
@@ -35,7 +35,7 @@
 #undef printf
 #undef strncpy
 #define ASMALIGN(ZEROBITS) ".p2align " #ZEROBITS "\n\t"
-
+#define CODEC_FLAG2_MEMC_ONLY     0x00001000 ///< Only do ME/MC (I frames -> ref, P frame -> ME+MC).
 
 //--------- codec's requirements (filled by the codec/vf) ---------