mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-15 02:56:58 +08:00
Indent.
Originally committed as revision 15480 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user