Re: [FFmpeg-devel] [PATCH] avcodec/opus: set skip_samples

2018-11-28 Thread Michael Niedermayer
On Tue, Nov 27, 2018 at 03:18:14PM +0100, Paul B Mahol wrote: > Fixes #5258. > > Signed-off-by: Paul B Mahol > --- > libavcodec/opus.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) breaks fate make: *** [fate-seek-mkv-codec-delay] Error 139 make: *** [fate-opus-tron.6ch.tinypkts] E

[FFmpeg-devel] [PATCH] avcodec/opus: set skip_samples

2018-11-27 Thread Paul B Mahol
Fixes #5258. Signed-off-by: Paul B Mahol --- libavcodec/opus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/opus.c b/libavcodec/opus.c index aa827b604c..22cda64801 100644 --- a/libavcodec/opus.c +++ b/libavcodec/opus.c @@ -31,6 +31,7 @@ #include "opus_celt.