Commit 51d6a3cf authored by Michael Niedermayer's avatar Michael Niedermayer

iterative overlapped block based motion estimation for snow

Originally committed as revision 4781 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1338e0cb
......@@ -2770,6 +2770,9 @@ const char *motion_str[] = {
"phods",
"epzs",
"x1",
"hex",
"umh",
"iter",
NULL,
};
......
......@@ -289,7 +289,10 @@ enum Motion_Est_ID {
ME_LOG,
ME_PHODS,
ME_EPZS,
ME_X1
ME_X1,
ME_HEX,
ME_UMH,
ME_ITER,
};
enum AVDiscard{
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment