summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
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 /libavcodec/avcodec.h
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 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h5
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{