Module: libav
Branch: master
Commit: e7bbfc4242ae8b818ae41be752b9d288ff2801f0

Author:    Anton Khirnov <[email protected]>
Committer: Anton Khirnov <[email protected]>
Date:      Sun Feb 17 16:05:00 2013 +0100

avserver: don't set deprecated options.

---

 avserver.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/avserver.c b/avserver.c
index 2ab19d0..16a24ff 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)

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to