mirror of https://github.com/FFmpeg/FFmpeg.git
Currently it's exported as AVFrame.pkt_pts, which is also the only use for that field. The reason it is done like this is that lavc used to export various codec-specific "timing" information in AVFrame.pts, which is not done anymore. Since it is confusing to the callers to have a separate field which is used only for decoder timestamps and nothing else, deprecate pkt_pts and use just AVFrame.pts everywhere.pull/237/merge
parent
ac7bfd6967
commit
32c8359093
9 changed files with 44 additions and 4 deletions
Loading…
Reference in new issue