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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to