On Mon, Jul 19, 2021 at 2:40 PM Jan Ekström <[email protected]> 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
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to