[FFmpeg-devel] [PATCH 19/25] fftools/ffmpeg: report new streams from the input thread
Anton Khirnov
anton at khirnov.net
Thu Aug 4 11:20:03 EEST 2022
Quoting Andreas Rheinhardt (2022-08-03 20:47:36)
> Missing const on st
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));
> and pkt.
can do
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list