]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/motion_est.h
*/version.h: Add note/recommandition about bumping major
[ffmpeg] / libavcodec / motion_est.h
index 199ae8da9055cd61a6647d120cd42b17b0c48aef..e09f705eeec6c87ae5bf6b4630c6f0d1ed674854 100644 (file)
@@ -31,6 +31,10 @@ struct MpegEncContext;
 
 #define MAX_MV 4096
 
+#define FF_ME_ZERO 0
+#define FF_ME_EPZS 1
+#define FF_ME_XONE 2
+
 /**
  * Motion estimation context.
  */