Browse Source

Indent.

Originally committed as revision 15480 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benoit Fouet 16 years ago
parent
commit
e1a96237df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/indeo3.c

+ 1
- 1
libavcodec/indeo3.c View 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);
}


Loading…
Cancel
Save