[FFmpeg-cvslog] r18315 - trunk/libavformat/mov.c
reimar
subversion
Thu Apr 2 13:27:14 CEST 2009
Author: reimar
Date: Thu Apr 2 13:27:14 2009
New Revision: 18315
Log:
Reindent
Modified:
trunk/libavformat/mov.c
Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c Thu Apr 2 13:26:46 2009 (r18314)
+++ trunk/libavformat/mov.c Thu Apr 2 13:27:14 2009 (r18315)
@@ -998,7 +998,7 @@ static int mov_read_stsd(MOVContext *c,
// 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;
More information about the ffmpeg-cvslog
mailing list