Re: [FFmpeg-devel] [PATCH]ffmpeg: Do not set too large bits_per_raw_sample

2016-08-17 Thread Carl Eugen Hoyos
Hi! 2016-08-17 17:39 GMT+02:00 Michael Niedermayer : >> ffmpeg.c |8 +++- >> 1 file changed, 7 insertions(+), 1 deletion(-) >> fdc6c80180ce86fd7767306018660292217060ee >> 0001-ffmpeg-Do-not-set-too-large-bits_per_raw_sample.patch >> From fc564ed83ddf55b9ae783044ad0884803d27d9a7 Mon Sep

Re: [FFmpeg-devel] [PATCH]ffmpeg: Do not set too large bits_per_raw_sample

2016-08-17 Thread Michael Niedermayer
On Tue, Jul 05, 2016 at 11:51:58AM +0200, Carl Eugen Hoyos wrote: > On Tuesday 05 July 2016 12:36:53 am Michael Niedermayer wrote: > > On Sun, May 01, 2016 at 05:11:08PM +0200, Carl Eugen Hoyos wrote: > > > Hi! > > > > > > Attached patch stops setting bits_per_raw_sample if it makes no sense as > >

Re: [FFmpeg-devel] [PATCH]ffmpeg: Do not set too large bits_per_raw_sample

2016-07-05 Thread Carl Eugen Hoyos
On Tuesday 05 July 2016 12:36:53 am Michael Niedermayer wrote: > On Sun, May 01, 2016 at 05:11:08PM +0200, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch stops setting bits_per_raw_sample if it makes no sense as > > for example in the wmall24 -> pcm_s16 case: > > Stream #0:0: Audio: pcm

Re: [FFmpeg-devel] [PATCH]ffmpeg: Do not set too large bits_per_raw_sample

2016-07-04 Thread Michael Niedermayer
On Sun, May 01, 2016 at 05:11:08PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch stops setting bits_per_raw_sample if it makes no sense as for > example in the wmall24 -> pcm_s16 case: > Stream #0:0: Audio: pcm_s16le, 96000 Hz, stereo, s16 (24 bit), 3072 kb/s > > Mostly tested with

[FFmpeg-devel] [PATCH]ffmpeg: Do not set too large bits_per_raw_sample

2016-05-01 Thread Carl Eugen Hoyos
Hi! Attached patch stops setting bits_per_raw_sample if it makes no sense as for example in the wmall24 -> pcm_s16 case: Stream #0:0: Audio: pcm_s16le, 96000 Hz, stereo, s16 (24 bit), 3072 kb/s Mostly tested with audio. Please comment, Carl Eugen diff --git a/ffmpeg.c b/ffmpeg.c index adc3f