[FFmpeg-devel] [PATCH] avformat: add MCC demuxer

Kieran Kunhya kierank at obe.tv
Sat Jun 13 21:14:17 EEST 2020


>
> +        if (av_sscanf(line, "%d:%d:%d:%d", &hh, &mm, &ss, &fs) != 4)
>
+            continue;
>

Maybe worth a comment saying you're converting a timecode to a PTS here.
These are often not the same.

Kieran


More information about the ffmpeg-devel mailing list