Commit 514ed412 authored by reimar's avatar reimar

Reindent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18315 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1d893ec6
...@@ -998,7 +998,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOVAtom atom) ...@@ -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 // color, fonts, and default styles, so fake an atom to read it
MOVAtom fake_atom = { .size = size - (url_ftell(pb) - start_pos) }; MOVAtom fake_atom = { .size = size - (url_ftell(pb) - start_pos) };
if (format != AV_RL32("mp4s")) // mp4s contains a regular esds atom 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->codec_id= id;
st->codec->width = sc->width; st->codec->width = sc->width;
st->codec->height = sc->height; st->codec->height = sc->height;
......
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