Commit 35ac4356 authored by alexc's avatar alexc

Cosmetics: Re-indent after last commit


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18017 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1e6a8e7b
...@@ -1136,10 +1136,10 @@ static int mov_read_stsz(MOVContext *c, ByteIOContext *pb, MOVAtom atom) ...@@ -1136,10 +1136,10 @@ static int mov_read_stsz(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
get_be24(pb); /* flags */ get_be24(pb); /* flags */
if (atom.type == MKTAG('s','t','s','z')) { if (atom.type == MKTAG('s','t','s','z')) {
sample_size = get_be32(pb); sample_size = get_be32(pb);
if (!sc->sample_size) /* do not overwrite value computed in stsd */ if (!sc->sample_size) /* do not overwrite value computed in stsd */
sc->sample_size = sample_size; sc->sample_size = sample_size;
field_size = 32; field_size = 32;
} else { } else {
sample_size = 0; sample_size = 0;
get_be24(pb); /* reserved */ get_be24(pb); /* reserved */
......
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