summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2008-09-30 11:55:40 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2008-09-30 11:55:40 +0000
commite1a96237df180ee6f0bf6a6e33333bd1838fd0f6 (patch)
treec648a9d5eaf5cb04df2610de354edfa57e89bd13 /libavcodec/indeo3.c
parentf8be1206a6e031faee7e32fef1453517b93beb26 (diff)
Indent.
Originally committed as revision 15480 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r--libavcodec/indeo3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index e6e556c989..5ca651a8fc 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -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);
}