]> git.sesse.net Git - ffmpeg/commit
lavf: move AVStream.{*skip_samples.*_discard_sample} 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:56:20 +0000 (14:56 +0100)
commit456b170bd747ea7181c7305fd45278ea251f45ab
tree6b0716cd8c756135c2cdd5ca261327f193ad51c0
parentcb46a6bcbcb85b3910cc0cce78399686ab8efff6
lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternal

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