]> git.sesse.net Git - ffmpeg/commit
lavf: deprecate compute_pkt_fields2
authorAnton Khirnov <anton@khirnov.net>
Wed, 7 Oct 2015 13:51:11 +0000 (15:51 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 9 Nov 2015 06:50:55 +0000 (07:50 +0100)
commit8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8
tree02713fb01e304fd76208ab4e5934eb72a5ef4db5
parentaeda1121c91395d1f0d434bc7f227423aa2ff97d
lavf: deprecate compute_pkt_fields2

All encoders set pts and dts properly now (and have been doing that for
a while), so there is no good reason to do any timestamp guessing in the
muxer.

The newly added AVStreamInternal will be later used for storing all the
private fields currently living in AVStream.
libavformat/avformat.h
libavformat/internal.h
libavformat/mux.c
libavformat/utils.c
libavformat/version.h