mirror of https://github.com/FFmpeg/FFmpeg.git
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.pull/388/head
parent
627543f58a
commit
14726571dd
4 changed files with 9 additions and 0 deletions
Loading…
Reference in new issue