]> git.sesse.net Git - ffmpeg/commit
lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternal
authorAnton Khirnov <anton@khirnov.net>
Fri, 9 Oct 2020 07:22:36 +0000 (09:22 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 28 Oct 2020 13:55:53 +0000 (14:55 +0100)
commitcb46a6bcbcb85b3910cc0cce78399686ab8efff6
tree47709e77ce7cd376f91374fe3248d1dc0802b521
parent323c9a8c523d772d7439cf386749f0243fecfa9a
lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternal

Those are private fields, no reason to have them exposed in a public
header.
libavformat/avformat.h
libavformat/internal.h
libavformat/mux.c
libavformat/utils.c