# HG changeset patch # User michael # Date 1197919571 0 # Node ID afbdd9fe32c52c7cfefc249d05da8551c267cde9 # Parent e0e55a5a74c0d3045ea1c5e886dda97816ccdaee ME default does not belong to the ME type enum. diff -r e0e55a5a74c0 -r afbdd9fe32c5 avcodec.h --- a/avcodec.h Mon Dec 17 19:25:13 2007 +0000 +++ b/avcodec.h Mon Dec 17 19:26:11 2007 +0000 @@ -332,7 +332,7 @@ #define FF_MIN_BUFFER_SIZE 16384 /** - * motion estimation type, EPZS by default + * motion estimation type. */ enum Motion_Est_ID { ME_ZERO = 1,