diff options
author | Emily <hello@emily.moe> | 2024-10-07 00:04:56 +0100 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2024-10-21 21:19:33 +0300 |
commit | 3565903c638fb77d600d2983701b12300e695a5d (patch) | |
tree | a309d6082aed4e7375cf14e4b2280dcc382461d6 /tests | |
parent | 8d940a07d19023a98689f353e4425a14688547e9 (diff) | |
download | ffmpeg-3565903c638fb77d600d2983701b12300e695a5d.tar.gz |
fate/ffmpeg: add samples dependency to fate-ffmpeg-spec-disposition
This test utilizes an MPEG-TS sample from FATE suite, yet was
marked as not requiring samples.
Reviewed-by: Jan Ekström <jeebjp@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/ffmpeg.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak index 869376dd18..d9348ee837 100644 --- a/tests/fate/ffmpeg.mak +++ b/tests/fate/ffmpeg.mak @@ -266,4 +266,4 @@ FATE_FFMPEG-$(call ENCDEC2, MPEG2VIDEO, FFV1, NUT, HSTACK_FILTER PIPE_PROTOCOL F # test matching by stream disposition fate-ffmpeg-spec-disposition: CMD = framecrc -i $(TARGET_SAMPLES)/mpegts/pmtchange.ts -map '0:disp:visual_impaired+descriptions:1' -c copy -FATE_FFMPEG-$(call FRAMECRC, MPEGTS,,) += fate-ffmpeg-spec-disposition +FATE_SAMPLES_FFMPEG-$(call FRAMECRC, MPEGTS,,) += fate-ffmpeg-spec-disposition |