diff avcodec.h @ 3338:937f14bb0f23 libavcodec

support doing motion estimation and compensation without any residual transform or coding this is usefull for filters which need ME/MC
author michael
date Sun, 04 Jun 2006 21:54:58 +0000
parents 97af1b315f59
children 13829fcefa81
line wrap: on
line diff
--- a/avcodec.h	Sat Jun 03 22:18:03 2006 +0000
+++ b/avcodec.h	Sun Jun 04 21:54:58 2006 +0000
@@ -343,6 +343,7 @@
 #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)