Commit 1ffbaa88 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'fce28c3c'

* commit 'fce28c3c':
  mov: fill in subtitle dimensions after parsing tkhd

See: 8ba432bcMerged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 20bc5924 fce28c3c
......@@ -3414,8 +3414,9 @@ static int mov_read_header(AVFormatContext *s)
{
MOVContext *mov = s->priv_data;
AVIOContext *pb = s->pb;
int i, j, err;
int j, err;
MOVAtom atom = { AV_RL32("root") };
int i;
mov->fc = s;
/* .mov and .mp4 aren't streamable anyway (only progressive download if moov is before mdat) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment