[FFmpeg-devel] [PATCH v2] doc/decoders: Document default value of ac3's drc_scale option

2020-08-30 Thread Aman Verma
Signed-off-by: Aman Verma --- This is a revision of the previous patch taking Jim's comments into consideration. Thanks to him and Gyan for the help. doc/decoders.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/decoders.texi b/doc/decoders.texi index 90

Re: [FFmpeg-devel] [PATCH] doc/decoders: Clear up description of ac3's drc_scale option

2020-08-29 Thread Aman Verma
On Fri, Aug 28, 2020 at 11:15 PM Jim DeLaHunt wrote: > I don't know anything about the AC-3 format or the ac3 decoder in > FFmpeg. However, I can read technical writing. I don't understand what > you are trying to say differently with this change. But even more, I > don't understand what the exist

[FFmpeg-devel] [PATCH] doc/decoders: Clear up description of ac3's drc_scale option

2020-08-28 Thread Aman Verma
Make clear that the value to -drc_scale is an exponentiating value, not a scaling factor. Also, document the default value. Signed-off-by: Aman Verma --- doc/decoders.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/decoders.texi b/doc/decoders.texi index 9005714