Browse Source

avserver: don't set deprecated options.

tags/n2.0
Anton Khirnov 13 years ago
parent
commit
e7bbfc4242
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      avserver.c

+ 0
- 8
avserver.c View File

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


Loading…
Cancel
Save