Re: [FFmpeg-devel] [PATCH 1/3] nutdec: initialize has_keyframe[0]

2015-05-23 Thread Andreas Cadhalpun
On 23.05.2015 00:42, Michael Niedermayer wrote: > On Fri, May 22, 2015 at 11:36:17PM +0200, Andreas Cadhalpun wrote: >> If x is 2 it is not initialized before it is used. >> >> This fixes 'Conditional jump or move depends on uninitialised value(s)' >> valgrind warnings. >> >> Signed-off-by: Andreas

Re: [FFmpeg-devel] [PATCH 1/3] nutdec: initialize has_keyframe[0]

2015-05-22 Thread Michael Niedermayer
On Fri, May 22, 2015 at 11:36:17PM +0200, Andreas Cadhalpun wrote: > If x is 2 it is not initialized before it is used. > > This fixes 'Conditional jump or move depends on uninitialised value(s)' > valgrind warnings. > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/nutdec.c | 1 + > 1 f