[FFmpeg-devel] [PATCH] Allow setting mode MONO in libmp3lame if the library is greater than 3.97

Reimar Döffinger Reimar.Doeffinger
Fri Aug 13 20:40:24 CEST 2010


On Fri, Aug 13, 2010 at 10:00:39AM -0700, Thierry Foucu wrote:
> +    get_lame_version_numerical(&lame_version);
> +    if (lame_version.major <= 3 && lame_version.minor < 97) {

I think that isn't quite right, it would do the wrong thing
for a (probably non-existent and not supported by us)
2.99 version.
Also do we really need to support the buggy older versions?



More information about the ffmpeg-devel mailing list