From 6122c92e9233a71a4a8ec89f48d6994745a16ab7 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 30 Jun 2008 21:46:49 +0000 Subject: [PATCH] Clarify/simplify documentation for the default_val field in AVOption. Originally committed as revision 14043 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/opt.h b/libavcodec/opt.h index 2128a71..cbb7b56 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 -- 2.7.4