You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Cosmetics: Re-indent after last commit
Originally committed as revision 18017 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1136,10 +1136,10 @@ static int mov_read_stsz(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
|
||||
get_be24(pb); /* flags */
|
||||
|
||||
if (atom.type == MKTAG('s','t','s','z')) {
|
||||
sample_size = get_be32(pb);
|
||||
if (!sc->sample_size) /* do not overwrite value computed in stsd */
|
||||
sc->sample_size = sample_size;
|
||||
field_size = 32;
|
||||
sample_size = get_be32(pb);
|
||||
if (!sc->sample_size) /* do not overwrite value computed in stsd */
|
||||
sc->sample_size = sample_size;
|
||||
field_size = 32;
|
||||
} else {
|
||||
sample_size = 0;
|
||||
get_be24(pb); /* reserved */
|
||||
|
Reference in New Issue
Block a user