Commit 10781d5b authored by benoit's avatar benoit

Indent.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15480 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0f023862
...@@ -155,7 +155,7 @@ static av_cold int iv_alloc_frames(Indeo3DecodeContext *s) ...@@ -155,7 +155,7 @@ static av_cold int iv_alloc_frames(Indeo3DecodeContext *s)
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
static av_cold void iv_free_func(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->ModPred);
av_free(s->corrector_type); av_free(s->corrector_type);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment