Change #238907
Category | ffmpeg |
Changed by | James Almer <jamrial | @gmail.com>
Changed at | Thu 10 Jul 2025 16:13:36 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | 1787fade209b1ecbd4b911c9d77a52bcdec13fa6 |
Comments
fftools/ffmpeg_demux: don't flag timestamps as unreliable if they are generated Regardless of the source being an AVFMT_NOTIMESTAMPS format, if the timestamps are generated like when using the use_wallclock_as_timestamps demuxer option, then they are reliable. Fixes ticket #11268 Signed-off-by: James Almer <jamrial@gmail.com>
Changed files
- fftools/ffmpeg_demux.c