This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit b449f86287f173802abadcf3fa3e37f88d9fb685 Author: Kacper Michajłow <[email protected]> AuthorDate: Mon Jul 6 04:47:11 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Tue Jul 28 17:55:33 2026 +0200 tests/fate/pcm: add fate-pcm_dvda test Input is cut down version of https://samples.mplayerhq.hu/DVD-Audio/ats.AOB Signed-off-by: Kacper Michajłow <[email protected]> --- tests/fate/pcm.mak | 3 +++ tests/ref/fate/pcm_dvda | 29 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/tests/fate/pcm.mak b/tests/fate/pcm.mak index 7f1e650507..6046244491 100644 --- a/tests/fate/pcm.mak +++ b/tests/fate/pcm.mak @@ -4,6 +4,9 @@ fate-iff-pcm: CMD = md5 -i $(TARGET_SAMPLES)/iff/Bells -f s16le -af aresample FATE_SAMPLES_PCM-$(call FRAMECRC, MPEGPS, PCM_DVD, ARESAMPLE_FILTER) += fate-pcm_dvd fate-pcm_dvd: CMD = framecrc -i $(TARGET_SAMPLES)/pcm-dvd/coolitnow-partial.vob -vn -af aresample +FATE_SAMPLES_PCM-$(call FRAMECRC, MPEGPS, PCM_DVDA, PCM_S24LE_ENCODER) += fate-pcm_dvda +fate-pcm_dvda: CMD = framecrc -i $(TARGET_SAMPLES)/pcm-dvda/pcm_dvda-96k24bit.aob -c:a pcm_s24le + FATE_SAMPLES_PCM-$(call FRAMECRC, EA, PCM_S16LE_PLANAR, ARESAMPLE_FILTER) += fate-pcm-planar fate-pcm-planar: CMD = framecrc -i $(TARGET_SAMPLES)/ea-mad/xeasport.mad -vn -af aresample diff --git a/tests/ref/fate/pcm_dvda b/tests/ref/fate/pcm_dvda new file mode 100644 index 0000000000..577d756cd2 --- /dev/null +++ b/tests/ref/fate/pcm_dvda @@ -0,0 +1,29 @@ +#tb 0: 1/96000 +#media_type 0: audio +#codec_id 0: pcm_s24le +#sample_rate 0: 96000 +#channel_layout_name 0: stereo +0, 0, 0, 330, 1980, 0x08f4bdcd +0, 400, 400, 334, 2004, 0x79bad502 +0, 720, 720, 334, 2004, 0x3a23a455 +0, 1040, 1040, 334, 2004, 0x4037dedb +0, 1360, 1360, 334, 2004, 0x105fe126 +0, 1680, 1680, 334, 2004, 0x50315b3f +0, 2000, 2000, 334, 2004, 0xeb801735 +0, 2400, 2400, 334, 2004, 0x07c430d0 +0, 2720, 2720, 334, 2004, 0xcbbf2986 +0, 3040, 3040, 334, 2004, 0x318b334a +0, 3360, 3360, 334, 2004, 0x251947cd +0, 3680, 3680, 334, 2004, 0xe8bda1a7 +0, 4080, 4080, 334, 2004, 0xf0b38ab9 +0, 4400, 4400, 334, 2004, 0x1b3854de +0, 4720, 4720, 334, 2004, 0x77674434 +0, 5040, 5040, 334, 2004, 0x9b3241f0 +0, 5360, 5360, 334, 2004, 0xd760d1c0 +0, 5680, 5680, 334, 2004, 0x8184f1a8 +0, 6080, 6080, 334, 2004, 0x49f8954b +0, 6400, 6400, 334, 2004, 0x8e5970c1 +0, 6720, 6720, 334, 2004, 0x36fed206 +0, 7040, 7040, 334, 2004, 0xf0735b0b +0, 7360, 7360, 334, 2004, 0x4cd51cf9 +0, 7680, 7680, 334, 2004, 0x2d51e686 _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
