Re: [FFmpeg-devel] [PATCH] avformat/mpegts: set correct extradata size for Opus streams

2021-04-16 Thread James Almer
On 4/15/2021 1:02 AM, James Almer wrote: map_type 0 is always 19 bytes, whereas map_type 1 and 255 are 21 + channel count bytes. Should fix ticket #9190. Signed-off-by: James Almer --- libavformat/mpegts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mpegts.c b/libavforma

[FFmpeg-devel] [PATCH] avformat/mpegts: set correct extradata size for Opus streams

2021-04-14 Thread James Almer
map_type 0 is always 19 bytes, whereas map_type 1 and 255 are 21 + channel count bytes. Should fix ticket #9190. Signed-off-by: James Almer --- libavformat/mpegts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 6e0d9d7496..5343a14e38 10064