Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-17 19:05:00 +0400
committerAnton Khirnov <anton@khirnov.net>2013-03-08 10:41:07 +0400
commite7bbfc4242ae8b818ae41be752b9d288ff2801f0 (patch)
tree09cf5379c4f5ec1e87cd85d7a8a2c09d6b9fe1a6 /avserver.c
parent354468fc12dcf93e7fb4af552e18906771913273 (diff)
avserver: don't set deprecated options.
Diffstat (limited to 'avserver.c')
-rw-r--r--avserver.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/avserver.c b/avserver.c
index 2ab19d0bb8..16a24fff9c 100644
--- a/avserver.c
+++ b/avserver.c
@@ -4505,14 +4505,6 @@ static int parse_ffconfig(const char *filename)
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")) {
get_arg(arg, sizeof(arg), &p);
if (stream)