Hi,

my old libav dlls (Windows) newly did some strange crashes in av_read_frame while reading DVBS MPEG recordings containing AC3 audio. Though AC3 decoding was switched off cause the libraries are LGPL and so didn't know AC3. Ffmpeg also crashed while copying these recordings so I downloaded the latest ffmpeg version. Compiled it using

configure --enable-shared --disable-static --enable-memalign-hack

and now ffmpeg copies without problems.
I had a look at config.h and it seems to be LGPL cause of
#define CONFIG_GPL 0
but AC3 IMHO is switched on:
#define CONFIG_AC3_DECODER 1
#define CONFIG_AC3_ENCODER 1

So my question: is the resulting library LGPL or GPL? I didn't find a hint about the AC3 codec changing license.

Regards & Thanks,

Thomas

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to