[FFmpeg-devel] [PATCH 19/25] fftools/ffmpeg: report new streams from the input thread

Nicolas George george at nsup.org
Thu Aug 4 11:23:44 EEST 2022


Anton Khirnov (12022-08-04):
> src/fftools/ffmpeg_demux.c:41:46: warning: passing argument 3 of ‘av_ts_make_time_string’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
>    41 |            pkt->pos, av_ts2timestr(pkt->dts, &st->time_base));

av_ts_make_time_string() should have const on its *tb argument. Good
catch.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220804/44ed5b7c/attachment.sig>


More information about the ffmpeg-devel mailing list