diff avcodec.h @ 2993:cb0e26759cca libavcodec

iterative overlapped block based motion estimation for snow
author michael
date Wed, 28 Dec 2005 15:43:53 +0000
parents 0300c2647bc3
children bf34de4233a0
line wrap: on
line diff
--- a/avcodec.h	Tue Dec 27 19:58:04 2005 +0000
+++ b/avcodec.h	Wed Dec 28 15:43:53 2005 +0000
@@ -289,7 +289,10 @@
     ME_LOG,
     ME_PHODS,
     ME_EPZS,
-    ME_X1
+    ME_X1,
+    ME_HEX,
+    ME_UMH,
+    ME_ITER,
 };
 
 enum AVDiscard{