Re: [FFmpeg-devel] [PATCH]lavc/opus: Create extradata if it is missing

2019-10-01 Thread Juan Navarro
This patch fixes the remuxing of OPUS audio into MP4 container, as per the issue described here: http://ffmpeg.org/pipermail/ffmpeg-user/2019-September/045274.html but introduces a regression for WEBM recordings. (Originally posted here, with attachments: http://ffmpeg.org/pipermail/ffmpeg-user/2

[FFmpeg-devel] [PATCH]lavc/opus: Create extradata if it is missing

2019-09-19 Thread Carl Eugen Hoyos
Hi! Attached patch fixes remuxing opus from sdp, reported by Juan Navarro. Please comment, Carl Eugen From 957e568e7dd1c2acc0ea29dad122919c8c9e05ce Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 20 Sep 2019 00:29:16 +0200 Subject: [PATCH] lavc/opus: Create extradata if it is missing.