diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-04-01 12:04:35 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-07-23 11:53:19 +0200 |
commit | 8e854cdd2e954be42d907671a7bf2826a3141f59 (patch) | |
tree | 785e122f650bdb7311a5f0ce61384b71330b4a93 /fftools/cmdutils.c | |
parent | 33f5cacb1d776028ab7dfb3e19969f8fe2439f4f (diff) | |
download | ffmpeg-8e854cdd2e954be42d907671a7bf2826a3141f59.tar.gz |
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.
Diffstat (limited to 'fftools/cmdutils.c')
0 files changed, 0 insertions, 0 deletions