[FFmpeg-devel] [PATCH] ffserver: drop stream AudioQuality option
Stefano Sabatini
stefasab at gmail.com
Thu Nov 28 19:37:53 CET 2013
It has no effect, and it was never documented.
---
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;
--
1.8.1.2
More information about the ffmpeg-devel
mailing list