> On May 5, 2022, at 12:45 AM, Vignesh Venkatasubramanian > <[email protected]> wrote: > >>> >>> - mov_write_track_udta_tag(pb, mov, st); >>> + if (track->mode != MODE_AVIF) >>> + mov_write_track_udta_tag(pb, mov, st); >> >> Please check if the check can be removed. mov_write_track_udta_tag() does >> nothing >> for mode other than MOV/MP4. >> > > mov_write_track_udta_tag() writes itunes meta and loci tags when mode > is not MOV/MP4. So this check is necessary. >
I think you are referring to ‘mov_write_udta_tag', not ‘mov_write_track_udta_tag', no? _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
