Re: [FFmpeg-devel] [PATCH 2/7] nutdec: Fix repeated condition

2017-10-19 Thread Mark Thompson
On 19/10/17 00:45, Michael Niedermayer wrote: > On Tue, Oct 17, 2017 at 11:11:54PM +0100, Mark Thompson wrote: >> Fixes #6742. >> --- >> libavformat/nutdec.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > ok, also please backport this if this issue was in releases Sure. It was int

Re: [FFmpeg-devel] [PATCH 2/7] nutdec: Fix repeated condition

2017-10-18 Thread Michael Niedermayer
On Tue, Oct 17, 2017 at 11:11:54PM +0100, Mark Thompson wrote: > Fixes #6742. > --- > libavformat/nutdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ok, also please backport this if this issue was in releases thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611

[FFmpeg-devel] [PATCH 2/7] nutdec: Fix repeated condition

2017-10-17 Thread Mark Thompson
Fixes #6742. --- libavformat/nutdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index 27440c88d4..9910ffe936 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nutdec.c @@ -582,7 +582,7 @@ static int decode_info_header(NUTConte