changeset 4807:916678f56bfd libavformat

Reindent
author reimar
date Thu, 02 Apr 2009 11:27:14 +0000
parents c3f239ee623f
children ffeb6885e714
files mov.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Thu Apr 02 11:26:46 2009 +0000
+++ b/mov.c	Thu Apr 02 11:27:14 2009 +0000
@@ -998,7 +998,7 @@
             // 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;