1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-06-03 16:24:53 +02:00
Files
FFmpeg/libavformat
Anton Khirnov 14726571dd lavf: deprecate av_stream_get_end_pts()
According to its documentation it returns "pts of the last muxed packet
+ its duration", but the value it actually returns right now is
(possibly guessed) dts after muxer-internal bitstream filtering (if
any).

This function was added for ffmpeg.c, but it is not used there anymore.
Since the value it returns is ill-defined and so inappropriate for any
serious use, deprecate it.
2022-08-22 11:35:43 +02:00
..
2022-06-13 22:42:55 +02:00
2022-06-13 22:42:55 +02:00
2022-06-09 20:46:10 +02:00
2022-06-09 13:03:55 +03:00
2022-06-24 23:07:33 -03:00
2022-07-16 22:40:44 +02:00
2022-07-07 21:52:52 +02:00