Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: use correct variable when checking for overwrite

2017-06-30 Thread Michael Niedermayer
On Fri, Jun 30, 2017 at 07:34:32PM +0200, Paul B Mahol wrote: > On 6/30/17, Thilo Borgmann wrote: > > Am 30.06.17 um 18:43 schrieb Paul B Mahol: > >> Fixes #5297. > >> > >> Signed-off-by: Paul B Mahol > >> --- > >> libavcodec/alsdec.c | 4 ++-- > >> 1

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: use correct variable when checking for overwrite

2017-06-30 Thread Thilo Borgmann
Am 30.06.17 um 19:34 schrieb Paul B Mahol: > On 6/30/17, Thilo Borgmann wrote: >> Am 30.06.17 um 18:43 schrieb Paul B Mahol: >>> Fixes #5297. >>> >>> Signed-off-by: Paul B Mahol >>> --- >>> libavcodec/alsdec.c | 4 ++-- >>> 1 file changed, 2

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: use correct variable when checking for overwrite

2017-06-30 Thread Paul B Mahol
On 6/30/17, Thilo Borgmann wrote: > Am 30.06.17 um 18:43 schrieb Paul B Mahol: >> Fixes #5297. >> >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/alsdec.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: use correct variable when checking for overwrite

2017-06-30 Thread Thilo Borgmann
Am 30.06.17 um 18:43 schrieb Paul B Mahol: > Fixes #5297. > > Signed-off-by: Paul B Mahol > --- > libavcodec/alsdec.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c > index d95e30d..a925502 100644 > ---

[FFmpeg-devel] [PATCH] avcodec/alsdec: use correct variable when checking for overwrite

2017-06-30 Thread Paul B Mahol
Fixes #5297. Signed-off-by: Paul B Mahol --- libavcodec/alsdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index d95e30d..a925502 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -705,8 +705,8