]> git.sesse.net Git - ffmpeg/commit
lavf: move AVStream.interleaver_chunk_* 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:58:28 +0000 (14:58 +0100)
commit7e87288f73242dac6344e65f892569102893fac0
tree94ed44775f807c8e73d6f8447e44a65a5dee7399
parent108864acee1d7b0cde653cee113f3001f1b8915a
lavf: move AVStream.interleaver_chunk_* 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