This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 2559f263ea9617d98f885ca03cc52d62b450fbe4 Author: Steven Liu <[email protected]> AuthorDate: Sat Feb 28 22:33:22 2026 +0800 Commit: stevenliu <[email protected]> CommitDate: Sun Mar 1 04:21:45 2026 +0000 tests/fate/flvenc: add vvc in enhanced flv test case --- tests/fate/flvenc.mak | 4 ++++ tests/ref/fate/enhanced-flv-vvc | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/tests/fate/flvenc.mak b/tests/fate/flvenc.mak index 86f0482378..1cc8e1f160 100644 --- a/tests/fate/flvenc.mak +++ b/tests/fate/flvenc.mak @@ -5,6 +5,10 @@ FATE_ENHANCED_FLVENC_FFMPEG-$(call REMUX, FLV MOV, FLV_DEMUXER HEVC_PARSER) += f fate-enhanced-flv-hevc: CMD = transcode mov $(TARGET_SAMPLES)/hevc/dv84.mov\ flv "-c copy" "-c copy" +FATE_ENHANCED_FLVENC_FFMPEG-$(call REMUX, FLV VVC, FLV_DEMUXER VVC_PARSER SETTS_BSF) += fate-enhanced-flv-vvc +fate-enhanced-flv-vvc: CMD = transcode vvc $(TARGET_SAMPLES)/vvc-conformance/10b422_L_5.bit\ + flv "-c copy -bsf:0 setts=pts=DTS" "-c copy" + FATE_ENHANCED_FLVENC_FFMPEG-$(call REMUX, FLV IVF, FLV_DEMUXER VP9_PARSER) += fate-enhanced-flv-vp9 fate-enhanced-flv-vp9: CMD = transcode ivf $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-05-resize.ivf\ flv "-c copy" "-c copy" diff --git a/tests/ref/fate/enhanced-flv-vvc b/tests/ref/fate/enhanced-flv-vvc new file mode 100644 index 0000000000..329728037d --- /dev/null +++ b/tests/ref/fate/enhanced-flv-vvc @@ -0,0 +1,25 @@ +b4074094cb8c5152361a9fab71dca9e9 *tests/data/fate/enhanced-flv-vvc.flv +90620 tests/data/fate/enhanced-flv-vvc.flv +#extradata 0: 161, 0x98c53408 +#tb 0: 1/1000 +#media_type 0: video +#codec_id 0: vvc +#dimensions 0: 1920x1080 +#sar 0: 0/1 +0, 0, 0, 40, 66674, 0x2355e48b +0, 40, 40, 40, 4032, 0xcf27cb12, F=0x0 +0, 80, 80, 40, 1704, 0x76e74113, F=0x0 +0, 120, 120, 40, 1793, 0xca098d19, F=0x0 +0, 160, 160, 40, 1181, 0x0bd63dc5, F=0x0 +0, 200, 200, 40, 943, 0xae1ec812, F=0x0 +0, 240, 240, 40, 879, 0x2f34a4f5, F=0x0 +0, 280, 280, 40, 1282, 0x99727f95, F=0x0 +0, 320, 320, 40, 834, 0x57f09b37, F=0x0 +0, 360, 360, 40, 879, 0x9df3b028, F=0x0 +0, 400, 400, 40, 1238, 0x261764ae, F=0x0 +0, 440, 440, 40, 1236, 0x02075ca9, F=0x0 +0, 480, 480, 40, 904, 0x22b3a9d4, F=0x0 +0, 520, 520, 40, 2584, 0xd35bfe72, F=0x0 +0, 560, 560, 40, 1380, 0x6721af09, F=0x0 +0, 600, 600, 40, 950, 0x78f2c394, F=0x0 +0, 640, 640, 40, 1366, 0xd52c996a, F=0x0 _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
