Re: [FFmpeg-devel] [PATCH]lavf/riff: Support ambient wav files

2015-09-16 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > > New, imo better patch attached: Also supports float and 24bit. > > and can never interfere when writing a wav file. > > > > Sorry, Carl Eugen > > probably ok Patch applied. Thank you, Carl Eugen ___ ffmpeg-deve

Re: [FFmpeg-devel] [PATCH]lavf/riff: Support ambient wav files

2015-09-16 Thread Paul B Mahol
On 9/16/15, Carl Eugen Hoyos wrote: > On Wednesday 16 September 2015 12:54:58 pm Paul B Mahol wrote: >> On 9/16/15, Carl Eugen Hoyos wrote: >> > Hi! >> > >> > Attached patch allows to decode amb files as requested by Andy Furniss. >> > >> > Please comment, Carl Eugen >> >> lgtm > > New, imo bette

Re: [FFmpeg-devel] [PATCH]lavf/riff: Support ambient wav files

2015-09-16 Thread Carl Eugen Hoyos
On Wednesday 16 September 2015 12:54:58 pm Paul B Mahol wrote: > On 9/16/15, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch allows to decode amb files as requested by Andy Furniss. > > > > Please comment, Carl Eugen > > lgtm New, imo better patch attached: Also supports float and can neve

Re: [FFmpeg-devel] [PATCH]lavf/riff: Support ambient wav files

2015-09-16 Thread Paul B Mahol
On 9/16/15, Carl Eugen Hoyos wrote: > Hi! > > Attached patch allows to decode amb files as requested by Andy Furniss. > > Please comment, Carl Eugen > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-d

[FFmpeg-devel] [PATCH]lavf/riff: Support ambient wav files

2015-09-16 Thread Carl Eugen Hoyos
Hi! Attached patch allows to decode amb files as requested by Andy Furniss. Please comment, Carl Eugen diff --git a/libavformat/riff.c b/libavformat/riff.c index be76b0a..9a11958 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -486,5 +486,6 @@ const AVCodecGuid ff_codec_wav_guids[] =