]> git.sesse.net Git - ffmpeg/commit
lavf: move AVStream.info to AVStreamInternal
authorAnton Khirnov <anton@khirnov.net>
Fri, 9 Oct 2020 06:15:27 +0000 (08:15 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 28 Oct 2020 13:52:06 +0000 (14:52 +0100)
commit8741f1fe2663f0d5adeaa21c98d6b03cac9dbaa9
tree976699b37877549f1d941b529e1c8e4db4315c92
parent87f0c8280c7556b52b72b9379547eed77e9810d7
lavf: move AVStream.info to AVStreamInternal

This struct is for internal use of avformat_find_stream_info(), so it
should not be exposed in public headers. Keep a stub pointer in its
place to avoid changing AVStream layout, since e.g. ffmpeg.c accesses
some fields located after it (even though they are marked as private).
libavformat/avformat.h
libavformat/internal.h
libavformat/utils.c