Makes it clear that this tests -streamloop with streamcopy, to distinguish it from further -streamloop tests added in future commits. --- tests/fate/ffmpeg.mak | 4 ++-- tests/ref/fate/{ffmpeg-streamloop => ffmpeg-streamloop-copy} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/ref/fate/{ffmpeg-streamloop => ffmpeg-streamloop-copy} (100%)
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 similarity index 100% rename from tests/ref/fate/ffmpeg-streamloop rename to tests/ref/fate/ffmpeg-streamloop-copy -- 2.40.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".