Re: [FFmpeg-devel] [PATCH] avformat/oggdec: improve playback of chained opus file

2019-04-27 Thread Michael Niedermayer
On Fri, Apr 26, 2019 at 11:58:21PM +0200, Paul B Mahol wrote: > Improves decoding of: https://jmvalin.ca/misc_stuff/chain_works.opus > > Signed-off-by: Paul B Mahol > --- > libavformat/oggdec.c | 10 +- > libavformat/oggdec.h | 1 + > libavformat/oggparseopus.c | 1 + > 3 f

[FFmpeg-devel] [PATCH] avformat/oggdec: improve playback of chained opus file

2019-04-26 Thread Paul B Mahol
Improves decoding of: https://jmvalin.ca/misc_stuff/chain_works.opus Signed-off-by: Paul B Mahol --- libavformat/oggdec.c | 10 +- libavformat/oggdec.h | 1 + libavformat/oggparseopus.c | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/libavformat/oggdec