X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fisom.h;h=aee9d6e8c79191320d3e766432c36e48da0b447f;hb=1ca042a14b9347d191eb4abf8dc74ac48db272fd;hp=5d48989fd901f9ce7c7eacceeea80e3ec2f33aab;hpb=7093e215d02ed0dc9632f82ac8ccec432d29cd35;p=ffmpeg diff --git a/libavformat/isom.h b/libavformat/isom.h index 5d48989fd90..aee9d6e8c79 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -198,6 +198,14 @@ typedef struct MOVContext { MOVFragmentIndex** fragment_index_data; unsigned fragment_index_count; int atom_depth; + unsigned int aax_mode; ///< 'aax' file has been detected + uint8_t file_key[20]; + uint8_t file_iv[20]; + void *activation_bytes; + int activation_bytes_size; + void *audible_fixed_key; + int audible_fixed_key_size; + struct AVAES *aes_decrypt; } MOVContext; int ff_mp4_read_descr_len(AVIOContext *pb);