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

Git pushed a commit to branch master
in repository ffmpeg.

commit 5002b55ce79fda51e1d329a28d112495aab9f8cb
Author:     Vignesh Venkat <[email protected]>
AuthorDate: Tue Jul 14 10:39:09 2026 -0700
Commit:     James Almer <[email protected]>
CommitDate: Tue Jul 14 15:50:30 2026 -0300

    fate/mov: Add fate test for t35 cdsc track
    
    Signed-off-by: Vignesh Venkat <[email protected]>
---
 tests/fate/mov.mak                |  3 +++
 tests/ref/fate/mov-t35-cdsc-track | 22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index 30f7cf665c..1629796f77 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -38,6 +38,7 @@ FATE_MOV_FFPROBE-$(call FRAMEMD5, MOV, H264, H264_PARSER) += 
fate-mov-neg-firstp
                    fate-mov-guess-delay-3 \
                    fate-mov-mp4-with-mov-in24-ver \
                    fate-mov-mime-codecstring \
+                   fate-mov-t35-cdsc-track \
 
 FATE_MOV_FFPROBE-$(call FRAMEMD5, MOV, MPEG4, H264_PARSER) += 
fate-mov-mp4-extended-atom \
 
@@ -165,6 +166,8 @@ fate-mov-mp4-extended-atom: CMD = run 
ffprobe$(PROGSSUF)$(EXESUF) -show_packets
 
 fate-mov-mime-codecstring: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries 
stream=mime_codec_string -v 0 
$(TARGET_SAMPLES)/mov/mov_stream_shorter_than_movie.mov
 
+fate-mov-t35-cdsc-track: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries 
stream_group=index,id,nb_streams,type:stream_group_stream=index,id,codec_name,codec_type,codec_tag_string,extradata_size
 $(TARGET_SAMPLES)/mov/mov-t35-cdsc-track.mp4
+
 FATE_MOV_FFMPEG_FFPROBE_SAMPLES-$(call REMUX, MP4 MOV, OGG_DEMUXER 
VORBIS_DECODER) \
                           += fate-mov-mp4-chapters
 fate-mov-mp4-chapters: CMD = transcode ogg 
$(TARGET_SAMPLES)/vorbis/vorbis_chapter_extension_demo.ogg mp4 "-c copy" "-c 
copy -t 0.1" "-show_chapters"
diff --git a/tests/ref/fate/mov-t35-cdsc-track 
b/tests/ref/fate/mov-t35-cdsc-track
new file mode 100644
index 0000000000..29fbab1c13
--- /dev/null
+++ b/tests/ref/fate/mov-t35-cdsc-track
@@ -0,0 +1,22 @@
+[STREAM_GROUP]
+index=0
+id=0x2
+nb_streams=2
+type=Track Reference
+[STREAM]
+index=0
+codec_name=av1
+codec_type=video
+codec_tag_string=av01
+id=0x1
+extradata_size=17
+[/STREAM]
+[STREAM]
+index=1
+codec_name=itut_t35
+codec_type=data
+codec_tag_string=it35
+id=0x2
+extradata_size=5
+[/STREAM]
+[/STREAM_GROUP]

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

Reply via email to