mirror of https://github.com/FFmpeg/FFmpeg.git
And remove the AVOID_PROBING flag, given it's the last av1 decoder to be tested
either way.
This fixes a regression introduced in 1652f2492f
,
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@gmail.com>
pull/390/head
parent
398467f519
commit
fb548fba04
8 changed files with 43 additions and 33 deletions
@ -1,7 +1,7 @@ |
||||
# This tests that a 16-bit pcm_dvd stream is correctly remuxed in mpegps
|
||||
FATE_MPEGPS-$(call DEMMUX, MPEGPS, MPEG1SYSTEM) += fate-mpegps-remuxed-pcm-demux |
||||
fate-mpegps-remuxed-pcm-demux: $(SAMPLES)/mpegps/pcm_aud.mpg |
||||
fate-mpegps-remuxed-pcm-demux: CMD = stream_remux "mpeg" "$(TARGET_SAMPLES)/mpegps/pcm_aud.mpg" "mpeg" "-map 0:a:0" "-codec copy" |
||||
fate-mpegps-remuxed-pcm-demux: CMD = stream_remux "mpeg" "$(TARGET_SAMPLES)/mpegps/pcm_aud.mpg" "mpeg" "" "-map 0:a:0" "-codec copy" |
||||
|
||||
FATE_SAMPLES_FFMPEG += $(FATE_MPEGPS-yes)
|
||||
fate-mpegps: $(FATE_MPEGPS-yes) |
||||
|
@ -1,3 +1,3 @@ |
||||
ba198efa114b4db3c9f772728f84978b *tests/data/lavf-fate/lavf.av1.mkv |
||||
55656 tests/data/lavf-fate/lavf.av1.mkv |
||||
d875b42964dd55c8cea2e2752379d327 *tests/data/lavf-fate/lavf.av1.mkv |
||||
55660 tests/data/lavf-fate/lavf.av1.mkv |
||||
tests/data/lavf-fate/lavf.av1.mkv CRC=0x7c27cc15 |
||||
|
@ -1,3 +1,3 @@ |
||||
d6afef355cf1bcf1a71b9cfb98c32fba *tests/data/lavf-fate/lavf.av1.mp4 |
||||
55976 tests/data/lavf-fate/lavf.av1.mp4 |
||||
194cd796f3d28a890b516b2507f57180 *tests/data/lavf-fate/lavf.av1.mp4 |
||||
55960 tests/data/lavf-fate/lavf.av1.mp4 |
||||
tests/data/lavf-fate/lavf.av1.mp4 CRC=0x7c27cc15 |
||||
|
Loading…
Reference in new issue