Mercurial > libavformat.hg
changeset 6453:ad3c08bb5e68 libavformat
Cosmetics: Reindent after r25023.
author | cehoyos |
---|---|
date | Thu, 02 Sep 2010 11:53:09 +0000 |
parents | c64b9d69a1ce |
children | 9ba950e0e021 |
files | avidec.c |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/avidec.c Thu Sep 02 11:51:32 2010 +0000 +++ b/avidec.c Thu Sep 02 11:53:09 2010 +0000 @@ -1295,12 +1295,12 @@ 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); } }