comparison avidec.c @ 6453:ad3c08bb5e68 libavformat

Cosmetics: Reindent after r25023.
author cehoyos
date Thu, 02 Sep 2010 11:53:09 +0000
parents c64b9d69a1ce
children
comparison
equal deleted inserted replaced
6452:c64b9d69a1ce 6453:ad3c08bb5e68
1293 for(i=0;i<s->nb_streams;i++) { 1293 for(i=0;i<s->nb_streams;i++) {
1294 AVStream *st = s->streams[i]; 1294 AVStream *st = s->streams[i];
1295 AVIStream *ast = st->priv_data; 1295 AVIStream *ast = st->priv_data;
1296 av_free(st->codec->palctrl); 1296 av_free(st->codec->palctrl);
1297 if (ast) { 1297 if (ast) {
1298 if (ast->sub_ctx) { 1298 if (ast->sub_ctx) {
1299 av_freep(&ast->sub_ctx->pb); 1299 av_freep(&ast->sub_ctx->pb);
1300 av_close_input_stream(ast->sub_ctx); 1300 av_close_input_stream(ast->sub_ctx);
1301 } 1301 }
1302 av_free(ast->sub_buffer); 1302 av_free(ast->sub_buffer);
1303 av_free_packet(&ast->sub_pkt); 1303 av_free_packet(&ast->sub_pkt);
1304 } 1304 }
1305 } 1305 }
1306 1306
1307 if (avi->dv_demux) 1307 if (avi->dv_demux)
1308 av_free(avi->dv_demux); 1308 av_free(avi->dv_demux);