diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-06-02 21:01:58 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-06-19 09:48:55 +0200 |
commit | 90a26e75a440d9346ded82f0aa9115d078e9cf80 (patch) | |
tree | 1f6d6d030cc7b74611a780bb72077845c8fcfbfd /tests | |
parent | df81fb46eefa6b23aa3ed1fae81b29dd5e3d7094 (diff) | |
download | ffmpeg-90a26e75a440d9346ded82f0aa9115d078e9cf80.tar.gz |
tests/fate: rename ffmpeg-streamloop to ffmpeg-streamloop-copy
Makes it clear that this tests -streamloop with streamcopy, to
distinguish it from further -streamloop tests added in future commits.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/ffmpeg.mak | 4 | ||||
-rw-r--r-- | tests/ref/fate/ffmpeg-streamloop-copy (renamed from tests/ref/fate/ffmpeg-streamloop) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak index 223bc97f8e..c26c748934 100644 --- a/tests/fate/ffmpeg.mak +++ b/tests/fate/ffmpeg.mak @@ -167,8 +167,8 @@ FATE_STREAMCOPY-$(call REMUX, PSP MOV, H264_PARSER H264_DECODER) += fate-copy-ps fate-copy-psp: CMD = transcode "mov" $(TARGET_SAMPLES)/h264/wwwq_cut.mp4\ psp "-c copy" "-codec copy" -FATE_STREAMCOPY-$(call FRAMEMD5, FLV, H264) += fate-ffmpeg-streamloop -fate-ffmpeg-streamloop: CMD = framemd5 -stream_loop 2 -i $(TARGET_SAMPLES)/flv/streamloop.flv -c copy +FATE_STREAMCOPY-$(call FRAMEMD5, FLV, H264) += fate-ffmpeg-streamloop-copy +fate-ffmpeg-streamloop-copy: CMD = framemd5 -stream_loop 2 -i $(TARGET_SAMPLES)/flv/streamloop.flv -c copy tests/data/audio_shorter_than_video.nut: TAG = GEN tests/data/audio_shorter_than_video.nut: tests/data/vsynth_lena.yuv diff --git a/tests/ref/fate/ffmpeg-streamloop b/tests/ref/fate/ffmpeg-streamloop-copy index 705c4646c6..705c4646c6 100644 --- a/tests/ref/fate/ffmpeg-streamloop +++ b/tests/ref/fate/ffmpeg-streamloop-copy |