On Mon, Jul 19, 2021 at 2:40 PM Jan Ekström <jee...@gmail.com> wrote: > + int ret = AVERROR_BUG; > + int64_t start_ts = track->start_dts == AV_NOPTS_VALUE ? > + 0 : (track->start_dts + track->track_duration);;
The trailing second semicolon which I missed is the cause of the new warning on Patchwork. Removed it locally. Jan _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".