On Sun, Mar 20, 2016 at 2:53 AM, Anton Khirnov <[email protected]> wrote: > 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. > --- > doc/APIchanges | 4 ++++ > libavcodec/libschroedingerdec.c | 7 ++++++- > libavcodec/mmaldec.c | 7 ++++++- > libavcodec/qsvdec.c | 7 ++++++- > libavcodec/utils.c | 10 ++++++++++ > libavcodec/version.h | 2 +- > libavutil/frame.c | 4 ++++ > libavutil/frame.h | 4 ++++ > libavutil/version.h | 3 +++ > 9 files changed, 44 insertions(+), 4 deletions(-)
\o/\o/\o/\o/ -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
