[FFmpeg-cvslog] r11256 - trunk/libavcodec/avcodec.h

michael subversion
Mon Dec 17 20:26:12 CET 2007


Author: michael
Date: Mon Dec 17 20:26:11 2007
New Revision: 11256

Log:
ME default doesnt belong to the ME type enum


Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Mon Dec 17 20:26:11 2007
@@ -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,




More information about the ffmpeg-cvslog mailing list