diff options
author | Jacob Trimble <modmaker@google.com> | 2018-01-30 11:14:35 -0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-04-19 21:49:47 +0200 |
commit | baf9c0bd99d91ec501b020632ca72babc455139c (patch) | |
tree | 18cc9df4e18bf0734804cdf94361e11b2c3cbd09 /libavformat/isom.h | |
parent | 606c5c7f3ad1d289ef745b9053024ad318646c7e (diff) | |
download | ffmpeg-baf9c0bd99d91ec501b020632ca72babc455139c.tar.gz |
avformat/mov: Remove old encryption info methods.
Signed-off-by: Jacob Trimble <modmaker@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index eb942cf882..4245d37767 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -224,16 +224,6 @@ typedef struct MOVStreamContext { int has_sidx; // If there is an sidx entry for this stream. struct { - // TODO: Remove once old methods are removed from mov.c - int use_subsamples; - uint8_t* auxiliary_info; - uint8_t* auxiliary_info_end; - uint8_t* auxiliary_info_pos; - uint8_t auxiliary_info_default_size; - uint8_t* auxiliary_info_sizes; - size_t auxiliary_info_sizes_count; - int64_t auxiliary_info_index; - struct AVAESCTR* aes_ctr; unsigned int per_sample_iv_size; // Either 0, 8, or 16. AVEncryptionInfo *default_encrypted_sample; |