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

2017-12-27 Thread Moritz Barsnick
On Wed, Dec 27, 2017 at 08:56:17 +, Eduard Sinelnikov wrote: > Subject: [PATCH] AIFF fix in case of ANNO You should be a bit more precise as to what was wrong and how it was fixed. Also please use the prefix "avformat/aiffdec: ", see other commits in the repo. > From: Ubuntu I'm certain th

[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