Re: [FFmpeg-devel] [PATCH v6 0/8] avformat: introduce AVStreamGroup

2023-12-10 Thread James Almer
On 12/5/2023 7:43 PM, James Almer wrote: Addressed Anton's comments and added some documentation. Also split the common code some more in order to facilitate using it from different modules. I'm withdrawing the MP4 code for now as i've noticed a bug in the spec and reported it. Depending on what

[FFmpeg-devel] [PATCH v6 0/8] avformat: introduce AVStreamGroup

2023-12-05 Thread James Almer
Addressed Anton's comments and added some documentation. Also split the common code some more in order to facilitate using it from different modules. I'm withdrawing the MP4 code for now as i've noticed a bug in the spec and reported it. Depending on what happens to that, i'll resubmit it. James A