[FFmpeg-cvslog] ffserver: drop stream AudioQuality option
Stefano Sabatini
git at videolan.org
Thu Nov 28 23:15:55 CET 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Nov 28 19:36:31 2013 +0100| [ddab41995fe185eb04ffe05b98fd9df99a7c0335] | committer: Stefano Sabatini
ffserver: drop stream AudioQuality option
It has no effect, and it was never documented.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ddab41995fe185eb04ffe05b98fd9df99a7c0335
---
ffserver.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/ffserver.c b/ffserver.c
index d34c8a8..0243a98 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -4384,11 +4384,6 @@ static int parse_ffconfig(const char *filename)
get_arg(arg, sizeof(arg), &p);
if (stream)
audio_enc.sample_rate = atoi(arg);
- } else if (!av_strcasecmp(cmd, "AudioQuality")) {
- get_arg(arg, sizeof(arg), &p);
- if (stream) {
-// audio_enc.quality = atof(arg) * 1000;
- }
} else if (!av_strcasecmp(cmd, "VideoBitRateRange")) {
if (stream) {
int minrate, maxrate;
More information about the ffmpeg-cvslog
mailing list