]> git.sesse.net Git - ffmpeg/commitdiff
avserver: don't set deprecated options.
authorAnton Khirnov <anton@khirnov.net>
Sun, 17 Feb 2013 15:05:00 +0000 (16:05 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 8 Mar 2013 06:41:07 +0000 (07:41 +0100)
avserver.c

index 2ab19d0bb837ba04826638fb09101a9797366c12..16a24fff9c658ab9598cd264805dff783d53431e 100644 (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)