]> git.sesse.net Git - ffmpeg/commit
lavf: move AVStream.*index_entries* 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:59:28 +0000 (14:59 +0100)
commitcea7c19cda0ea1630ae1de8c102ab14231b9db10
tree9e703af026f15d976d79a0811566043ccb95ec9f
parent7e87288f73242dac6344e65f892569102893fac0
lavf: move AVStream.*index_entries* to AVStreamInternal

Those are private fields, no reason to have them exposed in a public
header. Since there are some (semi-)public fields located after these,
even though this section is supposed to be private, keep some dummy
padding there until the next major bump to preserve ABI compatibility.
34 files changed:
libavformat/ape.c
libavformat/asfdec_f.c
libavformat/asfdec_o.c
libavformat/avformat.h
libavformat/avidec.c
libavformat/bink.c
libavformat/cafdec.c
libavformat/cinedec.c
libavformat/dhav.c
libavformat/flacdec.c
libavformat/flic.c
libavformat/flvdec.c
libavformat/gxf.c
libavformat/ifv.c
libavformat/img2dec.c
libavformat/internal.h
libavformat/jvdec.c
libavformat/matroskadec.c
libavformat/mlvdec.c
libavformat/mov.c
libavformat/mp3dec.c
libavformat/mpc.c
libavformat/mpc8.c
libavformat/mux.c
libavformat/mvdec.c
libavformat/nsvdec.c
libavformat/nutdec.c
libavformat/nutenc.c
libavformat/rl2.c
libavformat/rpl.c
libavformat/segafilm.c
libavformat/tta.c
libavformat/utils.c
libavformat/vocdec.c