[FFmpeg-devel] [PATCH] AIFF fix in case of ANNO

2017-12-27 Thread Eduard Sinelnikov
From: Ubuntu --- libavformat/aiffdec.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libavformat/aiffdec.c b/libavformat/aiffdec.c index 99e05c7..20decc5 100644 --- a/libavformat/aiffdec.c +++ b/libavformat/aiffdec.c @@ -81,11 +81,10 @@ static void get_meta(AVFormatCon

Re: [FFmpeg-devel] [PATCH] avformat/aiffdec: AIFF fix in case of ANNO

2018-01-09 Thread Eduard Sinelnikov
Yes, the problem found from playing the file AIFF file you can download it from: https://www.datafilehost.com/d/60337fcd On Tue, Jan 9, 2018 at 10:53 PM, Michael Niedermayer wrote: > On Mon, Jan 08, 2018 at 02:03:40PM +, endus...@gmail.com wrote: > > From: Eduard S