summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-12-17 19:26:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-12-17 19:26:11 +0000
commitbafc102b601c54b4bd3ab7656a21963c7c9492aa (patch)
tree8b04b6d600c1f8c1a7a664ec6f9bf312c899777b /libavcodec
parent0e373b95b324ab6a28f14ade05e8065dfd4a8019 (diff)
ME default does not belong to the ME type enum.
Originally committed as revision 11256 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 0786a78495..7edb101e23 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -332,7 +332,7 @@ enum SampleFormat {
#define FF_MIN_BUFFER_SIZE 16384
/**
- * motion estimation type, EPZS by default
+ * motion estimation type.
*/
enum Motion_Est_ID {
ME_ZERO = 1,