This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new 8f3c62cb6a tests/fate/hlsenc: don't write the segment output to
/dev/null
8f3c62cb6a is described below
commit 8f3c62cb6acae5b753e609e25c141a6f31d0df19
Author: James Almer <[email protected]>
AuthorDate: Tue Jun 23 11:56:28 2026 -0300
Commit: James Almer <[email protected]>
CommitDate: Tue Jun 23 12:01:23 2026 -0300
tests/fate/hlsenc: don't write the segment output to /dev/null
Fixes fate-hls-iframes-single-fmp4 on msys2, where #EXT-X-MAP:URI would
print
"nul" instead of "null".
Signed-off-by: James Almer <[email protected]>
---
tests/fate/hlsenc.mak | 4 ++--
tests/ref/fate/hls-iframes-single-fmp4 | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/fate/hlsenc.mak b/tests/fate/hlsenc.mak
index 0f9afb22e5..f5c137e9ca 100644
--- a/tests/fate/hlsenc.mak
+++ b/tests/fate/hlsenc.mak
@@ -230,7 +230,7 @@ tests/data/hls_iframes_single_mpegts.m3u8:
ffmpeg$(PROGSSUF)$(EXESUF) | tests/da
-f lavfi -i "testsrc2=size=128x72:rate=1:d=3" -f hls -hls_time 1 -map
0:v \
-hls_list_size 0 -c:v mpeg2video -g 1 -flags +bitexact \
-hls_segment_type mpegts -hls_flags iframes_only+single_file \
- -hls_segment_filename /dev/null \
+ -hls_segment_filename
$(TARGET_PATH)/tests/data/hls_iframes_single_mpegts.ts \
$(TARGET_PATH)/tests/data/hls_iframes_single_mpegts.m3u8 2>/dev/null
FATE_HLSENC_LAVFI-$(call ALLYES, TESTSRC2_FILTER LAVFI_INDEV
MPEG2VIDEO_ENCODER HLS_MUXER MPEGTS_MUXER FILE_PROTOCOL) +=
fate-hls-iframes-single-mpegts
@@ -244,7 +244,7 @@ tests/data/hls_iframes_single_fmp4.m3u8:
ffmpeg$(PROGSSUF)$(EXESUF) | tests/data
-f lavfi -i "testsrc2=size=128x72:rate=1:d=3" -f hls -hls_time 1 -map
0:v \
-hls_list_size 0 -c:v mpeg2video -g 1 -flags +bitexact -dct int \
-hls_segment_type fmp4 -hls_flags iframes_only+single_file \
- -hls_segment_filename /dev/null \
+ -hls_segment_filename
$(TARGET_PATH)/tests/data/hls_iframes_single_fmp4.mp4 \
$(TARGET_PATH)/tests/data/hls_iframes_single_fmp4.m3u8 2>/dev/null
FATE_HLSENC_LAVFI-$(call ALLYES, TESTSRC2_FILTER LAVFI_INDEV
MPEG2VIDEO_ENCODER HLS_MUXER MOV_MUXER FILE_PROTOCOL) +=
fate-hls-iframes-single-fmp4
diff --git a/tests/ref/fate/hls-iframes-single-fmp4
b/tests/ref/fate/hls-iframes-single-fmp4
index 4272e91bcc..6eb266aa4d 100644
--- a/tests/ref/fate/hls-iframes-single-fmp4
+++ b/tests/ref/fate/hls-iframes-single-fmp4
@@ -1,4 +1,4 @@
-#EXT-X-MAP:URI="null",BYTERANGE="847@0"
+#EXT-X-MAP:URI="hls_iframes_single_fmp4.mp4",BYTERANGE="847@0"
#EXT-X-BYTERANGE:4081@847
#EXT-X-BYTERANGE:5583@4928
#EXT-X-BYTERANGE:5729@10511
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]