Re: [FFmpeg-devel] [RFC]Do not set the lame quality if the user didn't set it

2014-10-29 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > Attached patch makes FFmpeg mp3 output more similar to lame's. > > It appears to me that 5 is not the default if vbr is used. > LGTM Merged by you. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-de

Re: [FFmpeg-devel] [RFC]Do not set the lame quality if the user didn't set it

2014-10-26 Thread Michael Niedermayer
On Sat, Oct 25, 2014 at 02:11:56PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch makes FFmpeg mp3 output more similar to lame's. > It appears to me that 5 is not the default if vbr is used. > > Please comment, Carl Eugen > libmp3lame.c |4 +--- > 1 file changed, 1 insertion(+), 3

[FFmpeg-devel] [RFC]Do not set the lame quality if the user didn't set it

2014-10-25 Thread Carl Eugen Hoyos
Hi! Attached patch makes FFmpeg mp3 output more similar to lame's. It appears to me that 5 is not the default if vbr is used. Please comment, Carl Eugen diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c index 661d1c0..d8a444d 100644 --- a/libavcodec/libmp3lame.c +++ b/libavcodec/libm