diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 0786a7849534a14c5a375faae885697d1534c3fd..7edb101e23d77ec7264bdef7765c96889c3862f2 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,