changeset 6038:afbdd9fe32c5 libavcodec

ME default does not belong to the ME type enum.
author michael
date Mon, 17 Dec 2007 19:26:11 +0000
parents e0e55a5a74c0
children b4d22e42528c
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,