Re: [FFmpeg-devel] [PATCH] avformat/mov: E-AC-3 streams need parsing too.

2014-10-09 Thread Michael Niedermayer
On Thu, Oct 09, 2014 at 09:17:49AM +0200, Benoit Fouet wrote: > syncframes in E-AC-3 can be combined to provide 6 audio blocks per > sample, thus requiring parsing for proper decoding. > --- > libavformat/mov.c | 1 + > 1 file changed, 1 insertion(+) applied thanks [...] -- Michael GnuPG f

[FFmpeg-devel] [PATCH] avformat/mov: E-AC-3 streams need parsing too.

2014-10-09 Thread Benoit Fouet
syncframes in E-AC-3 can be combined to provide 6 audio blocks per sample, thus requiring parsing for proper decoding. --- libavformat/mov.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index fdd0671..40c2fc4 100644 --- a/libavformat/mov.c +++ b/libavfo