[FFmpeg-devel] [PATCH v2 2/2] avformat/movenc: add support for TTML muxing
Jan Ekström
jeebjp at gmail.com
Wed Jul 21 13:16:33 EEST 2021
On Mon, Jul 19, 2021 at 2:40 PM Jan Ekström <jeebjp at 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
More information about the ffmpeg-devel
mailing list