mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 22:25:36 +01:00
iterative overlapped block based motion estimation for snow
Originally committed as revision 4781 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user