diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-31 15:39:35 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-31 16:57:27 +0200 |
commit | 26b0d7198e23ca6d0538ad7da1c383a146a4bf1a (patch) | |
tree | d3d3e756220800131346407587fdcc207316538a /libavformat/isom.h | |
parent | aab2e939a9a1bbf72469a690808dd9644c85ccee (diff) | |
download | ffmpeg-26b0d7198e23ca6d0538ad7da1c383a146a4bf1a.tar.gz |
Read mov files where the moov atom is hidden within a free atom.
Fixes ticket #1551 / issue 2226.
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index a5934af4b9..253451ef38 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -169,6 +169,7 @@ typedef struct MOVContext { int64_t next_root_atom; ///< offset of the next root atom int *bitrates; ///< bitrates read before streams creation int bitrates_count; + int moov_retry; } MOVContext; int ff_mp4_read_descr_len(AVIOContext *pb); |