Re: [FFmpeg-devel] [PATCH 04/10] avcodec/dca: don't set initial sample_fmt

2016-05-20 Thread James Almer
On 5/14/2016 3:08 PM, Michael Niedermayer wrote: > On Sat, May 14, 2016 at 06:48:51PM +0300, foo86 wrote: >> On Fri, May 13, 2016 at 12:00:24PM +0200, Hendrik Leppkes wrote: >>> On Fri, May 13, 2016 at 11:48 AM, foo86 wrote: Valid sample_fmt will be set by dcadec_decode_frame() based on strea

Re: [FFmpeg-devel] [PATCH 04/10] avcodec/dca: don't set initial sample_fmt

2016-05-14 Thread Michael Niedermayer
On Sat, May 14, 2016 at 06:48:51PM +0300, foo86 wrote: > On Fri, May 13, 2016 at 12:00:24PM +0200, Hendrik Leppkes wrote: > > On Fri, May 13, 2016 at 11:48 AM, foo86 wrote: > > > Valid sample_fmt will be set by dcadec_decode_frame() based on stream > > > type. > > > --- > > > libavcodec/dcadec.c

Re: [FFmpeg-devel] [PATCH 04/10] avcodec/dca: don't set initial sample_fmt

2016-05-14 Thread foo86
On Fri, May 13, 2016 at 12:00:24PM +0200, Hendrik Leppkes wrote: > On Fri, May 13, 2016 at 11:48 AM, foo86 wrote: > > Valid sample_fmt will be set by dcadec_decode_frame() based on stream > > type. > > --- > > libavcodec/dcadec.c | 3 --- > > 1 file changed, 3 deletions(-) > > > > diff --git a/li

Re: [FFmpeg-devel] [PATCH 04/10] avcodec/dca: don't set initial sample_fmt

2016-05-13 Thread Hendrik Leppkes
On Fri, May 13, 2016 at 11:48 AM, foo86 wrote: > Valid sample_fmt will be set by dcadec_decode_frame() based on stream > type. > --- > libavcodec/dcadec.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c > index e3a4b0d..565242d 100644 > --- a/l

[FFmpeg-devel] [PATCH 04/10] avcodec/dca: don't set initial sample_fmt

2016-05-13 Thread foo86
Valid sample_fmt will be set by dcadec_decode_frame() based on stream type. --- libavcodec/dcadec.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c index e3a4b0d..565242d 100644 --- a/libavcodec/dcadec.c +++ b/libavcodec/dcadec.c @@ -374,9 +374,6 @@