Re: [FFmpeg-devel] [PATCH] lavc/ccaption_dec: fix always true condition

2016-01-07 Thread Clément Bœsch
On Wed, Jan 06, 2016 at 01:39:30AM +0100, Michael Niedermayer wrote: > On Tue, Jan 05, 2016 at 09:54:54PM +0100, Clément Bœsch wrote: > > No idea why this wasn't ever detected by a static analyzer. > > --- > > libavcodec/ccaption_dec.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [FFmpeg-devel] [PATCH] lavc/ccaption_dec: fix always true condition

2016-01-05 Thread Michael Niedermayer
On Tue, Jan 05, 2016 at 09:54:54PM +0100, Clément Bœsch wrote: > No idea why this wasn't ever detected by a static analyzer. > --- > libavcodec/ccaption_dec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/ccaption_dec.c b/libavcodec/ccaption_dec.c > index 4e4

[FFmpeg-devel] [PATCH] lavc/ccaption_dec: fix always true condition

2016-01-05 Thread Clément Bœsch
No idea why this wasn't ever detected by a static analyzer. --- libavcodec/ccaption_dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ccaption_dec.c b/libavcodec/ccaption_dec.c index 4e478e0..94771d5 100644 --- a/libavcodec/ccaption_dec.c +++ b/libavcodec/ccaptio