Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: relax opt_order limit

2017-07-04 Thread Thilo Borgmann
Am 04.07.17 um 09:40 schrieb Paul B Mahol: > On 7/3/17, Thilo Borgmann wrote: >> Am 02.07.17 um 19:45 schrieb Paul B Mahol: >>> On 6/11/16, Thilo Borgmann wrote: Hi, > Am 09.06.2016 um 03:33 schrieb Michael Niedermayer > : > > Fixes: Ticket5297 > > Needs rev

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: relax opt_order limit

2017-07-04 Thread Paul B Mahol
On 7/3/17, Thilo Borgmann wrote: > Am 02.07.17 um 19:45 schrieb Paul B Mahol: >> On 6/11/16, Thilo Borgmann wrote: >>> >>> Hi, >>> Am 09.06.2016 um 03:33 schrieb Michael Niedermayer : Fixes: Ticket5297 Needs review by maintainer / author to check that this is ok and

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: relax opt_order limit

2017-07-03 Thread Thilo Borgmann
Am 02.07.17 um 19:45 schrieb Paul B Mahol: > On 6/11/16, Thilo Borgmann wrote: >> >> Hi, >> >>> Am 09.06.2016 um 03:33 schrieb Michael Niedermayer >>> : >>> >>> Fixes: Ticket5297 >>> >>> Needs review by maintainer / author to check that this is ok and >>> sufficient >>> --- >>> libavcodec/alsdec.c

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: relax opt_order limit

2017-07-02 Thread Paul B Mahol
On 6/11/16, Thilo Borgmann wrote: > > Hi, > >> Am 09.06.2016 um 03:33 schrieb Michael Niedermayer >> : >> >> Fixes: Ticket5297 >> >> Needs review by maintainer / author to check that this is ok and >> sufficient >> --- >> libavcodec/alsdec.c | 10 +- >> 1 file changed, 5 insertions(+), 5

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: relax opt_order limit

2016-06-11 Thread Thilo Borgmann
Hi, > Am 09.06.2016 um 03:33 schrieb Michael Niedermayer : > > Fixes: Ticket5297 > > Needs review by maintainer / author to check that this is ok and sufficient > --- > libavcodec/alsdec.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) I'll have a look but I need some more

[FFmpeg-devel] [PATCH] avcodec/alsdec: relax opt_order limit

2016-06-08 Thread Michael Niedermayer
Fixes: Ticket5297 Needs review by maintainer / author to check that this is ok and sufficient --- libavcodec/alsdec.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index a7e58a2..9410f52 100644 --- a/libavcodec/alsdec.c