Home
last modified time | relevance | path

Searched refs:dup_cue (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Dwebvtt.c447 GF_WebVTTCue *dup_cue; in gf_webvtt_cue_split_at() local
453 GF_SAFEALLOC(dup_cue, GF_WebVTTCue); in gf_webvtt_cue_split_at()
454 if (!dup_cue) return NULL; in gf_webvtt_cue_split_at()
455 dup_cue->split = GF_TRUE; in gf_webvtt_cue_split_at()
456 if (time) dup_cue->start = *time; in gf_webvtt_cue_split_at()
457 dup_cue->end = cue->end; in gf_webvtt_cue_split_at()
458 dup_cue->orig_start = cue->orig_start; in gf_webvtt_cue_split_at()
459 dup_cue->orig_end = cue->orig_end; in gf_webvtt_cue_split_at()
460 dup_cue->id = gf_strdup((cue->id ? cue->id : "")); in gf_webvtt_cue_split_at()
462 dup_cue->text = gf_strdup((cue->text ? cue->text : "")); in gf_webvtt_cue_split_at()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Dwebvtt.c447 GF_WebVTTCue *dup_cue; in gf_webvtt_cue_split_at() local
453 GF_SAFEALLOC(dup_cue, GF_WebVTTCue); in gf_webvtt_cue_split_at()
454 if (!dup_cue) return NULL; in gf_webvtt_cue_split_at()
455 dup_cue->split = GF_TRUE; in gf_webvtt_cue_split_at()
456 if (time) dup_cue->start = *time; in gf_webvtt_cue_split_at()
457 dup_cue->end = cue->end; in gf_webvtt_cue_split_at()
458 dup_cue->orig_start = cue->orig_start; in gf_webvtt_cue_split_at()
459 dup_cue->orig_end = cue->orig_end; in gf_webvtt_cue_split_at()
460 dup_cue->id = gf_strdup((cue->id ? cue->id : "")); in gf_webvtt_cue_split_at()
462 dup_cue->text = gf_strdup((cue->text ? cue->text : "")); in gf_webvtt_cue_split_at()
[all …]