This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit cfb76bc38c54991911842fada2ba37d75d371c3f
Author:     Marton Balint <[email protected]>
AuthorDate: Mon Jun 15 23:25:42 2026 +0200
Commit:     Marton Balint <[email protected]>
CommitDate: Wed Jun 24 23:31:54 2026 +0200

    tests/fate/id3v2: add ID3 test with alternate asf demuxer
    
    This tests the previously untested alternative ASF demuxer, plus the 
metadata
    is actually a bit different from what is returned by the historical ASF
    demuxer.
    
    Signed-off-by: Marton Balint <[email protected]>
---
 tests/fate/id3v2.mak                                    |  2 ++
 tests/ref/fate/{id3v2-wma-comm => id3v2-wma-comm-asf_o} | 17 +++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/tests/fate/id3v2.mak b/tests/fate/id3v2.mak
index 9c621e5f9d..90ebda57f1 100644
--- a/tests/fate/id3v2.mak
+++ b/tests/fate/id3v2.mak
@@ -35,6 +35,8 @@ fate-id3v2-utf16-bom: CMD = transcode wav 
$(TARGET_SAMPLES)/audio-reference/yo.r
 FATE_ID3V2_FFPROBE-$(CONFIG_ASF_DEMUXER) += fate-id3v2-wma-comm
 fate-id3v2-wma-comm: CMD = probetags 
$(TARGET_SAMPLES)/cover_art/wma_with_ID3_APIC_trimmed.wma
 
+FATE_ID3V2_FFPROBE-$(CONFIG_ASF_O_DEMUXER) += fate-id3v2-wma-comm-asf_o
+fate-id3v2-wma-comm-asf_o: CMD = probetags -f asf_o 
$(TARGET_SAMPLES)/cover_art/wma_with_ID3_APIC_trimmed.wma
 
 # Round-trip: write COMM with descriptor, read back (legacy: descriptor as 
key).
 FATE_ID3V2_RAW-$(call REMUX, MP3) += fate-id3v2-comm-descriptor
diff --git a/tests/ref/fate/id3v2-wma-comm b/tests/ref/fate/id3v2-wma-comm-asf_o
similarity index 63%
copy from tests/ref/fate/id3v2-wma-comm
copy to tests/ref/fate/id3v2-wma-comm-asf_o
index 58130ed733..49b9b9723b 100644
--- a/tests/ref/fate/id3v2-wma-comm
+++ b/tests/ref/fate/id3v2-wma-comm-asf_o
@@ -1,11 +1,13 @@
 [FORMAT]
-TAG:title=Piste 5
-TAG:artist=Higelin
+TAG:Title=Piste 5
+TAG:Author=Higelin
 TAG:WM/Track=4
+TAG:WM/Lyrics=
 TAG:WMFSDKVersion=8.00.00.4477
 TAG:WMFSDKNeeded=0.0.0.0000
 TAG:WM/GenreID=Inconnu
 TAG:track=00
+TAG:artist=Higelin
 TAG:album=Tombé du Ciel
 TAG:genre=Inconnu
 TAG:comment=
@@ -16,10 +18,13 @@ TAG:MusicMatch_Tempo=
 TAG:MusicMatch_Mood=
 TAG:MusicMatch_Preference=
 TAG:MusicMatch_Situation=
-TAG:track=5
-TAG:composer=Jacques Higelin
-TAG:WM/EncodingTime=1120324736
-TAG:album_artist=Jacques Higelin
+TAG:WM/TrackNumber=5
+TAG:WM/Composer=Jacques Higelin
+TAG:WM/Genre=Inconnu
+TAG:WM/AlbumTitle=Tombé du Ciel
+TAG:WM/MCDI=B
+TAG:WM/EncodingTime=127518048290000000
+TAG:WM/AlbumArtist=Jacques Higelin
 TAG:WM/Provider=User Feedback
 TAG:creation_time=2003-03-23T11:52:22.967000Z
 [/FORMAT]

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to