This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 1d92e85fcd08fb3812b6dcd3d48dd33d382923cd Author: Andreas Rheinhardt <[email protected]> AuthorDate: Tue Jun 23 17:02:49 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Tue Jun 23 17:14:42 2026 +0200 tests/fate/hlsenc: Make hls-iframes-single-fmp4 bitexact The mp4 file contained LIBAVFORMAT_IDENT and when it's length changes (as during a major version bump) the test output changes. Signed-off-by: Andreas Rheinhardt <[email protected]> --- tests/fate/hlsenc.mak | 4 ++-- tests/ref/fate/hls-iframes-single-fmp4 | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/fate/hlsenc.mak b/tests/fate/hlsenc.mak index f5c137e9ca..cd6cd60365 100644 --- a/tests/fate/hlsenc.mak +++ b/tests/fate/hlsenc.mak @@ -228,7 +228,7 @@ tests/data/hls_iframes_single_mpegts.m3u8: TAG = GEN tests/data/hls_iframes_single_mpegts.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data $(M)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin \ -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_list_size 0 -c:v mpeg2video -g 1 -bitexact \ -hls_segment_type mpegts -hls_flags iframes_only+single_file \ -hls_segment_filename $(TARGET_PATH)/tests/data/hls_iframes_single_mpegts.ts \ $(TARGET_PATH)/tests/data/hls_iframes_single_mpegts.m3u8 2>/dev/null @@ -242,7 +242,7 @@ tests/data/hls_iframes_single_fmp4.m3u8: TAG = GEN tests/data/hls_iframes_single_fmp4.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data $(M)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin \ -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_list_size 0 -c:v mpeg2video -g 1 -bitexact -dct int \ -hls_segment_type fmp4 -hls_flags iframes_only+single_file \ -hls_segment_filename $(TARGET_PATH)/tests/data/hls_iframes_single_fmp4.mp4 \ $(TARGET_PATH)/tests/data/hls_iframes_single_fmp4.m3u8 2>/dev/null diff --git a/tests/ref/fate/hls-iframes-single-fmp4 b/tests/ref/fate/hls-iframes-single-fmp4 index 6eb266aa4d..5d1d7eeab4 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="hls_iframes_single_fmp4.mp4",BYTERANGE="847@0" -#EXT-X-BYTERANGE:4081@847 -#EXT-X-BYTERANGE:5583@4928 -#EXT-X-BYTERANGE:5729@10511 +#EXT-X-MAP:URI="hls_iframes_single_fmp4.mp4",BYTERANGE="810@0" +#EXT-X-BYTERANGE:4081@810 +#EXT-X-BYTERANGE:5583@4891 +#EXT-X-BYTERANGE:5729@10474 _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
