I’m currently considering to restructure part of my file reading code and I was wondering if using AVFormatContext for each video/audio track will significantly decrease performance compared to one AVFormatContext reading and decoding all video/audio tracks? Thanks!