[FFmpeg-cvslog] r14043 - trunk/libavcodec/opt.h

stefano subversion
Mon Jun 30 23:46:49 CEST 2008


Author: stefano
Date: Mon Jun 30 23:46:49 2008
New Revision: 14043

Log:
Clarify/simplify documentation for the default_val field in AVOption.


Modified:
   trunk/libavcodec/opt.h

Modified: trunk/libavcodec/opt.h
==============================================================================
--- trunk/libavcodec/opt.h	(original)
+++ trunk/libavcodec/opt.h	Mon Jun 30 23:46:49 2008
@@ -61,7 +61,7 @@ typedef struct AVOption {
     enum AVOptionType type;
 
     /**
-     * the default value for non-constant and value for constant scalars
+     * the default value for scalar options
      */
     double default_val;
     double min;                 ///< minimum valid value for the option




More information about the ffmpeg-cvslog mailing list