]> git.sesse.net Git - ffmpeg/commit
lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} 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:53:45 +0000 (14:53 +0100)
commitc1b916580ae92abca583d9afa2f9f64165292dd8
tree4d9d2b9a3b671f444545bc48a96994088f74602e
parent8741f1fe2663f0d5adeaa21c98d6b03cac9dbaa9
lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} 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/mxfdec.c
libavformat/utils.c