]> git.sesse.net Git - ffmpeg/commit
lavc/lscrdec: drop unapplicable private capabilities
authorAnton Khirnov <anton@khirnov.net>
Sun, 14 Feb 2021 15:12:39 +0000 (16:12 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 24 Feb 2021 16:16:46 +0000 (17:16 +0100)
commit087359ad8599da3972e142b4f2b56a858cdef70b
treec1d80cc850389f26c5375e036cac5010db011aeb
parent3a5b857d4c455f20d811cad81c7251af2f82fba2
lavc/lscrdec: drop unapplicable private capabilities

FF_CODEC_CAP_ALLOCATE_PROGRESS makes no sense because the decoder does
not support frame threading.
FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM makes no sense because the decoder
does not handle skip_frame.
libavcodec/lscrdec.c