comparison indeo3.c @ 7954:4f462c128504 libavcodec

Indent.
author benoit
date Tue, 30 Sep 2008 11:55:40 +0000
parents edfe5fb802a3
children ade9fe6072ea
comparison
equal deleted inserted replaced
7953:edfe5fb802a3 7954:4f462c128504
153 } 153 }
154 154
155 /* ---------------------------------------------------------------------- */ 155 /* ---------------------------------------------------------------------- */
156 static av_cold void iv_free_func(Indeo3DecodeContext *s) 156 static av_cold void iv_free_func(Indeo3DecodeContext *s)
157 { 157 {
158 av_free(s->buf); 158 av_free(s->buf);
159 av_free(s->ModPred); 159 av_free(s->ModPred);
160 av_free(s->corrector_type); 160 av_free(s->corrector_type);
161 } 161 }
162 162
163 /* ---------------------------------------------------------------------- */ 163 /* ---------------------------------------------------------------------- */