ffserver: drop stream AudioQuality option

It has no effect, and it was never documented.
This commit is contained in:
Stefano Sabatini 2013-11-28 19:36:31 +01:00
parent 4f60d53b18
commit ddab41995f
1 changed files with 0 additions and 5 deletions

View File

@ -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;