summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-12-28 15:43:53 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-12-28 15:43:53 +0000
commit51d6a3cf000cb4e34b8c091e43faa9c43a83c822 (patch)
tree898d884483b50fbc10732a446ebff76671af9ec4 /ffmpeg.c
parent1338e0cbd85cdbffa4dcf73fd6b520bd5b5e8c22 (diff)
iterative overlapped block based motion estimation for snow
Originally committed as revision 4781 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 3bcfd75b17..ab12bfdce4 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2770,6 +2770,9 @@ const char *motion_str[] = {
"phods",
"epzs",
"x1",
+ "hex",
+ "umh",
+ "iter",
NULL,
};