diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-12-28 15:43:53 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-12-28 15:43:53 +0000 |
commit | 51d6a3cf000cb4e34b8c091e43faa9c43a83c822 (patch) | |
tree | 898d884483b50fbc10732a446ebff76671af9ec4 /ffmpeg.c | |
parent | 1338e0cbd85cdbffa4dcf73fd6b520bd5b5e8c22 (diff) | |
download | ffmpeg-51d6a3cf000cb4e34b8c091e43faa9c43a83c822.tar.gz |
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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2770,6 +2770,9 @@ const char *motion_str[] = { "phods", "epzs", "x1", + "hex", + "umh", + "iter", NULL, }; |