diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-12-17 19:26:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-12-17 19:26:11 +0000 |
commit | bafc102b601c54b4bd3ab7656a21963c7c9492aa (patch) | |
tree | 8b04b6d600c1f8c1a7a664ec6f9bf312c899777b /libavcodec | |
parent | 0e373b95b324ab6a28f14ade05e8065dfd4a8019 (diff) | |
download | ffmpeg-bafc102b601c54b4bd3ab7656a21963c7c9492aa.tar.gz |
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.h | 2 |
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, |