mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Merge commit 'fce28c3c6d603b7f42a5dbe36bf240d0470469c8'
* commit 'fce28c3c6d603b7f42a5dbe36bf240d0470469c8':
mov: fill in subtitle dimensions after parsing tkhd
See: 8ba432bc56
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
1ffbaa88c9
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user