[FFmpeg-devel] [PATCH 1/5] avformat: introduce AVStreamGroup

2023-11-21 Thread James Almer
Signed-off-by: James Almer --- libavformat/avformat.c | 178 +++-- libavformat/avformat.h | 163 + libavformat/dump.c | 33 ++-- libavformat/internal.h | 33 libavformat/options.c | 90 +++

Re: [FFmpeg-devel] [PATCH 1/5] avformat: introduce AVStreamGroup

2023-11-21 Thread Marton Balint
On Tue, 21 Nov 2023, James Almer wrote: Signed-off-by: James Almer --- libavformat/avformat.c | 178 +++-- libavformat/avformat.h | 163 + libavformat/dump.c | 33 ++-- libavformat/internal.h | 33 libavfo

Re: [FFmpeg-devel] [PATCH 1/5] avformat: introduce AVStreamGroup

2023-11-25 Thread James Almer
On 11/21/2023 6:57 PM, Marton Balint wrote: On Tue, 21 Nov 2023, James Almer wrote: Signed-off-by: James Almer --- libavformat/avformat.c | 178 +++-- libavformat/avformat.h | 163 + libavformat/dump.c |  33 ++-- l