Re: [FFmpeg-devel] [PATCH 2/2] avcodec/dcaadpcm: fix use of uninitialized variable

2017-07-22 Thread foo86
On Sat, Jul 22, 2017 at 07:36:04PM +0100, Rostislav Pehlivanov wrote: > On 22 July 2017 at 18:50, foo86 wrote: > > > Fixes CID 1409924. > > --- > > libavcodec/dcaadpcm.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavcodec/dcaadpcm.c b/libavcodec/dcaadpcm.c >

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/dcaadpcm: fix use of uninitialized variable

2017-07-22 Thread Rostislav Pehlivanov
On 22 July 2017 at 18:50, foo86 wrote: > Fixes CID 1409924. > --- > libavcodec/dcaadpcm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/dcaadpcm.c b/libavcodec/dcaadpcm.c > index e00f81f011..99cbb40172 100644 > --- a/libavcodec/dcaadpcm.c > +++ b/libavcodec/

[FFmpeg-devel] [PATCH 2/2] avcodec/dcaadpcm: fix use of uninitialized variable

2017-07-22 Thread foo86
Fixes CID 1409924. --- libavcodec/dcaadpcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dcaadpcm.c b/libavcodec/dcaadpcm.c index e00f81f011..99cbb40172 100644 --- a/libavcodec/dcaadpcm.c +++ b/libavcodec/dcaadpcm.c @@ -80,7 +80,7 @@ static int64_t find_best_filt