forked from FFmpeg/FFmpeg
Reindent
Originally committed as revision 18315 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fb9ac65411
commit
3dd3604197
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
|
|||
// color, fonts, and default styles, so fake an atom to read it
|
||||
MOVAtom fake_atom = { .size = size - (url_ftell(pb) - start_pos) };
|
||||
if (format != AV_RL32("mp4s")) // mp4s contains a regular esds atom
|
||||
mov_read_glbl(c, pb, fake_atom);
|
||||
mov_read_glbl(c, pb, fake_atom);
|
||||
st->codec->codec_id= id;
|
||||
st->codec->width = sc->width;
|
||||
st->codec->height = sc->height;
|
||||
|
|
Loading…
Add table
Reference in a new issue