]> git.sesse.net Git - ffmpeg/commit
lavf: move AVStream.last_in_packet_buffer 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 14:01:40 +0000 (15:01 +0100)
commit744b7f2e91fad0953505c909bc2b0cebced03d28
treec6d040f0d8b036590488f3448c4517a919ed3e94
parent30f5180ca6c05ce62b2f7d2ef56b1ce04951aa84
lavf: move AVStream.last_in_packet_buffer 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/mxfenc.c