diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-30 21:46:49 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-30 21:46:49 +0000 |
commit | 6122c92e9233a71a4a8ec89f48d6994745a16ab7 (patch) | |
tree | 8d558fd40cf7ce56b6700c8f9522b978f946d918 /libavcodec/opt.h | |
parent | dde2d1dc362da6797f8a90aff619948b4c9d7f4c (diff) | |
download | ffmpeg-6122c92e9233a71a4a8ec89f48d6994745a16ab7.tar.gz |
Clarify/simplify documentation for the default_val field in AVOption.
Originally committed as revision 14043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/opt.h')
-rw-r--r-- | libavcodec/opt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/opt.h b/libavcodec/opt.h index 2128a712b2..cbb7b565c1 100644 --- a/libavcodec/opt.h +++ b/libavcodec/opt.h @@ -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 |