1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-17 20:17:55 +02:00
Anton Khirnov 8e854cdd2e fftools/ffmpeg: stop using av_stream_get_end_pts()
It retrieves the muxer's internal timestamp with under-defined
semantics. Continuing to use this value would also require
synchronization once the muxer is moved to a separate thread.

Replace the value with last_mux_dts.
2022-07-23 11:53:19 +02:00
..
2022-07-08 13:58:49 +02:00
2022-07-19 12:27:18 +02:00
2022-07-23 11:53:19 +02:00
2022-07-23 11:53:19 +02:00