ffserver: drop stream AudioQuality option
It has no effect, and it was never documented.
This commit is contained in:
parent
4f60d53b18
commit
ddab41995f
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue