From 2b50c4f6ccfbc3635d3fc3b96ed461e379125975 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 2 Sep 2010 11:53:09 +0000 Subject: Cosmetics: Reindent after r25023. Originally committed as revision 25024 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avidec.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libavformat/avidec.c') diff --git a/libavformat/avidec.c b/libavformat/avidec.c index f5b5c21a35..84ccaec5e3 100644 --- a/libavformat/avidec.c +++ b/libavformat/avidec.c @@ -1295,12 +1295,12 @@ static int avi_read_close(AVFormatContext *s) AVIStream *ast = st->priv_data; av_free(st->codec->palctrl); if (ast) { - if (ast->sub_ctx) { - av_freep(&ast->sub_ctx->pb); - av_close_input_stream(ast->sub_ctx); - } - av_free(ast->sub_buffer); - av_free_packet(&ast->sub_pkt); + if (ast->sub_ctx) { + av_freep(&ast->sub_ctx->pb); + av_close_input_stream(ast->sub_ctx); + } + av_free(ast->sub_buffer); + av_free_packet(&ast->sub_pkt); } } -- cgit v1.2.3