OSDN Git Service

Indent.
authorBenoit Fouet <benoit.fouet@free.fr>
Tue, 30 Sep 2008 11:55:40 +0000 (11:55 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Tue, 30 Sep 2008 11:55:40 +0000 (11:55 +0000)
Originally committed as revision 15480 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/indeo3.c

index e6e556c..5ca651a 100644 (file)
@@ -155,7 +155,7 @@ static av_cold int iv_alloc_frames(Indeo3DecodeContext *s)
 /* ---------------------------------------------------------------------- */
 static av_cold void iv_free_func(Indeo3DecodeContext *s)
 {
-      av_free(s->buf);
+  av_free(s->buf);
   av_free(s->ModPred);
   av_free(s->corrector_type);
 }