avformat/tests/imf: add CPL timecode test

This commit is contained in:
Pierre-Anthony Lemieux 2022-10-02 09:27:54 -07:00 committed by Zane van Iperen
parent 94922f6cab
commit 906219e3ca
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5
2 changed files with 8 additions and 0 deletions

View File

@ -70,6 +70,11 @@ const char *cpl_doc =
" <Id>urn:uuid:8e097bb0-cff7-4969-a692-bad47bfb528f</Id>"
" </EssenceDescriptor>"
"</EssenceDescriptorList>"
"<CompositionTimecode>"
"<TimecodeDropFrame>false</TimecodeDropFrame>"
"<TimecodeRate>24</TimecodeRate>"
"<TimecodeStartAddress>02:10:01.23</TimecodeStartAddress>"
"</CompositionTimecode>"
"<EditRate>24000 1001</EditRate>"
"<SegmentList>"
"<Segment>"
@ -288,6 +293,7 @@ static int test_cpl_parsing(void)
{
xmlDocPtr doc;
FFIMFCPL *cpl;
char tc_buf[AV_TIMECODE_STR_SIZE];
int ret;
doc = xmlReadMemory(cpl_doc, strlen(cpl_doc), NULL, NULL, 0);
@ -306,6 +312,7 @@ static int test_cpl_parsing(void)
printf("%s\n", cpl->content_title_utf8);
printf(AV_PRI_URN_UUID "\n", AV_UUID_ARG(cpl->id_uuid));
printf("%i %i\n", cpl->edit_rate.num, cpl->edit_rate.den);
printf("%s\n", av_timecode_make_string(cpl->tc, tc_buf, 0));
printf("Marker resource count: %" PRIu32 "\n", cpl->main_markers_track->resource_count);
for (uint32_t i = 0; i < cpl->main_markers_track->resource_count; i++) {

View File

@ -1,6 +1,7 @@
FFMPEG sample content
urn:uuid:8713c020-2489-45f5-a9f7-87be539e20b5
24000 1001
02:10:01:23
Marker resource count: 2
Marker resource 0
Marker 0