Re: [FFmpeg-devel] [PATCH] ffplay: change keyboard volume control to logarithmic

2017-02-08 Thread Marton Balint
On Sun, 5 Feb 2017, Marton Balint wrote: The command line parameter remains linear. Signed-off-by: Marton Balint --- ffplay.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ffplay.c b/ffplay.c index 1c9db73..cf138dc 100644 --- a/ffplay.c +++ b/ffplay.c @@ -73,8

[FFmpeg-devel] [PATCH] ffplay: change keyboard volume control to logarithmic

2017-02-04 Thread Marton Balint
The command line parameter remains linear. Signed-off-by: Marton Balint --- ffplay.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ffplay.c b/ffplay.c index 1c9db73..cf138dc 100644 --- a/ffplay.c +++ b/ffplay.c @@ -73,8 +73,8 @@ const int program_birth_year = 200