[FFmpeg-cvslog] r25024 - trunk/libavformat/avidec.c
cehoyos
subversion
Thu Sep 2 13:53:09 CEST 2010
Author: cehoyos
Date: Thu Sep 2 13:53:09 2010
New Revision: 25024
Log:
Cosmetics: Reindent after r25023.
Modified:
trunk/libavformat/avidec.c
Modified: trunk/libavformat/avidec.c
==============================================================================
--- trunk/libavformat/avidec.c Thu Sep 2 13:51:32 2010 (r25023)
+++ trunk/libavformat/avidec.c Thu Sep 2 13:53:09 2010 (r25024)
@@ -1295,12 +1295,12 @@ static int avi_read_close(AVFormatContex
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);
}
}
More information about the ffmpeg-cvslog
mailing list