[FFmpeg-cvslog] Disable vf_uspp/mcdeint.

Anton Khirnov git at videolan.org
Wed Apr 28 00:16:10 EEST 2021


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Apr  5 13:09:43 2021 +0200| [95054bfa48cc71db1c7bf66a6b6628cb62f262bf] | committer: James Almer

Disable vf_uspp/mcdeint.

These filters depend on avcodec APIs that are to be removed. Some people
have expressed potential interest in updating these filters, so they are
merely disabled for now instead of being removed.

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=95054bfa48cc71db1c7bf66a6b6628cb62f262bf
---

 configure | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure b/configure
index 9cc9fa7816..3a5cfb05c2 100755
--- a/configure
+++ b/configure
@@ -7092,6 +7092,12 @@ esac
 
 enable frame_thread_encoder
 
+# these filters depend on removed avcodec APIs
+# they are kept disabled for now, but will be removed if
+# nobody updates and re-enables them
+disable mcdeint_filter
+disable uspp_filter
+
 enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
 
 check_deps $CONFIG_LIST       \



More information about the ffmpeg-cvslog mailing list