diff options
author | erankor <eran.kornblau@kaltura.com> | 2016-02-22 16:41:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-03-06 17:29:32 +0100 |
commit | dd34e89f313bb723bb5b535d399542a50c3436c3 (patch) | |
tree | 6e7817a18e4bc5a4c1a1a6c458260b31653afae2 /libavformat/isom.h | |
parent | 23d8b79a1833559dd140b0e9cec7bce1d9f4e46f (diff) | |
download | ffmpeg-dd34e89f313bb723bb5b535d399542a50c3436c3.tar.gz |
mov - support seek in encrypted mp4
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 99bc7bed00..726f350929 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -177,6 +177,9 @@ typedef struct MOVStreamContext { 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; struct AVAESCTR* aes_ctr; } cenc; } MOVStreamContext; |