diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-04-02 11:27:14 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-04-02 11:27:14 +0000 |
commit | 3dd3604197f8b562b8fc707c28a6329d6bac730c (patch) | |
tree | c1b49ac303ee63462062e1c8477459b254250c76 /libavformat/mov.c | |
parent | fb9ac654113672948632609d878c2bf65781f0e2 (diff) | |
download | ffmpeg-3dd3604197f8b562b8fc707c28a6329d6bac730c.tar.gz |
Reindent
Originally committed as revision 18315 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 9a8f1355db..188b43c67d 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -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; |