diff opt.h @ 7175:4a635a1859f0 libavcodec

Clarify/simplify documentation for the default_val field in AVOption.
author stefano
date Mon, 30 Jun 2008 21:46:49 +0000
parents 07172377ec9f
children 68528efbc91f
line wrap: on
line diff
--- a/opt.h	Mon Jun 30 19:30:27 2008 +0000
+++ b/opt.h	Mon Jun 30 21:46:49 2008 +0000
@@ -61,7 +61,7 @@
     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