diff options
author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2023-01-10 14:26:16 -0800 |
---|---|---|
committer | Pierre-Anthony Lemieux <pal@palemieux.com> | 2023-02-18 14:41:20 -0800 |
commit | 42bf52b4c59c4e7997be08957a629dbc54116a38 (patch) | |
tree | 49f12205c8b2c895bba4a2f6a92dd74dddafddd4 /tests/fate/imf.mak | |
parent | 59a9727c241aa50f18e713dbabbdd5cf3d379411 (diff) | |
download | ffmpeg-42bf52b4c59c4e7997be08957a629dbc54116a38.tar.gz |
fate/imfdec: add audio test
Adds a test where the temporal boundaries of audio and video resources do not line up.
Signed-off-by: Pierre-Anthony Lemieux <pal@palemieux.com>
Diffstat (limited to 'tests/fate/imf.mak')
-rw-r--r-- | tests/fate/imf.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/imf.mak b/tests/fate/imf.mak index feb54d1361..49ab35e7d9 100644 --- a/tests/fate/imf.mak +++ b/tests/fate/imf.mak @@ -1,6 +1,9 @@ FATE_IMF += fate-imf-cpl-with-repeat fate-imf-cpl-with-repeat: CMD = framecrc -f imf -i $(TARGET_SAMPLES)/imf/countdown/CPL_bb2ce11c-1bb6-4781-8e69-967183d02b9b.xml -c:v copy +FATE_IMF += fate-imf-cpl-with-audio +fate-imf-cpl-with-audio: CMD = framecrc -f imf -i $(TARGET_SAMPLES)/imf/countdown-audio/CPL_688f4f63-a317-4271-99bf-51444ff39c5b.xml -c:a copy + FATE_SAMPLES_FFMPEG-$(CONFIG_IMF_DEMUXER) += $(FATE_IMF) fate-imfdec: $(FATE_IMF) |