You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avserver: don't set deprecated options.
This commit is contained in:
@@ -4505,14 +4505,6 @@ static int parse_ffconfig(const char *filename)
|
|||||||
ERROR("VideoQMin out of range\n");
|
ERROR("VideoQMin out of range\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (!av_strcasecmp(cmd, "LumaElim")) {
|
|
||||||
get_arg(arg, sizeof(arg), &p);
|
|
||||||
if (stream)
|
|
||||||
video_enc.luma_elim_threshold = atoi(arg);
|
|
||||||
} else if (!av_strcasecmp(cmd, "ChromaElim")) {
|
|
||||||
get_arg(arg, sizeof(arg), &p);
|
|
||||||
if (stream)
|
|
||||||
video_enc.chroma_elim_threshold = atoi(arg);
|
|
||||||
} else if (!av_strcasecmp(cmd, "LumiMask")) {
|
} else if (!av_strcasecmp(cmd, "LumiMask")) {
|
||||||
get_arg(arg, sizeof(arg), &p);
|
get_arg(arg, sizeof(arg), &p);
|
||||||
if (stream)
|
if (stream)
|
||||||
|
Reference in New Issue
Block a user