]> git.sesse.net Git - ffmpeg/commit
avcodec/av1dec: avoid probing with av1dec
authorJames Almer <jamrial@gmail.com>
Tue, 6 Oct 2020 14:20:24 +0000 (11:20 -0300)
committerJames Almer <jamrial@gmail.com>
Tue, 6 Oct 2020 14:28:12 +0000 (11:28 -0300)
commit214998c55ff99586b57c1ccd34a7e6f15c4fcdb8
treed51500c26f64a613e6133478332a1a71f40703a4
parent1e97fbb3b67a9a105dc331c1989fa90f7dce76a4
avcodec/av1dec: avoid probing with av1dec

av1dec should no longer attempt to output empty frames if another decoder
was used for probing and it sucessfully set a pix_fmt ever since 05872c67a4,
so we can re-add the AV_CODEC_CAP_AVOID_PROBING cap.

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/av1dec.c
tests/fate/cbs.mak
tests/fate/demux.mak