[FFmpeg-devel] [PATCH] Add support for Audible AAX (and AAX+) files
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Jul 11 23:35:14 CEST 2015
Vesselin Bontchev <vesselin.bontchev <at> yandex.com> writes:
> +// AAX (and AAX+) support is licensed under GPLv3
I believe this is not acceptable inside an existing
demuxer.
Please add your code under LGPL v2 or later.
+static unsigned int aax_mode = 0;
+static unsigned char file_key[20];
+static unsigned char file_iv[20];
+static struct AVAES *aes_decrypt;
You have to add this to the (mov) context.
Carl Eugen
More information about the ffmpeg-devel
mailing list