[FFmpeg-devel] [PATCH v3] avcodec/av1dec: export pixel format even if no hardware decoder is present
James Almer
jamrial at gmail.com
Fri Sep 8 15:27:54 EEST 2023
On 9/7/2023 9:49 PM, James Almer wrote:
> And remove the AVOID_PROBING flag, given it's the last av1 decoder to be tested
> either way.
> This fixes a regression introduced in 1652f2492f88434010053289d946dab6a57e4d58,
> where even if forcing the native av1 decoder, if another decoder was present,
> like libdav1d or libaom-av1, they'd be used for probing and some fate tests
> would have different results.
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavcodec/av1dec.c | 41 ++++++++++++++++++++-------------
> tests/fate-run.sh | 11 +++++----
> tests/fate/flvenc.mak | 4 ++--
> tests/fate/lavf-container.mak | 8 +++----
> tests/fate/mpegps.mak | 2 +-
> tests/ref/fate/av1-annexb-demux | 2 +-
> tests/ref/lavf-fate/av1.mkv | 4 ++--
> tests/ref/lavf-fate/av1.mp4 | 4 ++--
> 8 files changed, 43 insertions(+), 33 deletions(-)
Will apply.
More information about the ffmpeg-devel
mailing list