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 /libavcodec/avcodec.h | |
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 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 0c810aa40f..6038136c59 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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{ |