Browse code

Cosmetics: Reindent after r25023.

Originally committed as revision 25024 to svn://svn.ffmpeg.org/ffmpeg/trunk

Carl Eugen Hoyos authored on 2010/09/02 20:53:09
Showing 1 changed files
... ...
@@ -1295,12 +1295,12 @@ static int avi_read_close(AVFormatContext *s)
1295 1295
         AVIStream *ast = st->priv_data;
1296 1296
         av_free(st->codec->palctrl);
1297 1297
         if (ast) {
1298
-        if (ast->sub_ctx) {
1299
-            av_freep(&ast->sub_ctx->pb);
1300
-            av_close_input_stream(ast->sub_ctx);
1301
-        }
1302
-        av_free(ast->sub_buffer);
1303
-        av_free_packet(&ast->sub_pkt);
1298
+            if (ast->sub_ctx) {
1299
+                av_freep(&ast->sub_ctx->pb);
1300
+                av_close_input_stream(ast->sub_ctx);
1301
+            }
1302
+            av_free(ast->sub_buffer);
1303
+            av_free_packet(&ast->sub_pkt);
1304 1304
         }
1305 1305
     }
1306 1306