1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

ffprobe: reindent after previous commit

This commit is contained in:
Stefano Sabatini 2013-06-27 00:11:21 +02:00
parent a334b00cf6
commit 1fc626f8d0

View File

@ -1907,7 +1907,6 @@ static int probe_file(WriterContext *wctx, const char *filename)
if (ret < 0) if (ret < 0)
return ret; return ret;
/* todo: reindent */
nb_streams_frames = av_calloc(fmt_ctx->nb_streams, sizeof(*nb_streams_frames)); nb_streams_frames = av_calloc(fmt_ctx->nb_streams, sizeof(*nb_streams_frames));
nb_streams_packets = av_calloc(fmt_ctx->nb_streams, sizeof(*nb_streams_packets)); nb_streams_packets = av_calloc(fmt_ctx->nb_streams, sizeof(*nb_streams_packets));
selected_streams = av_calloc(fmt_ctx->nb_streams, sizeof(*selected_streams)); selected_streams = av_calloc(fmt_ctx->nb_streams, sizeof(*selected_streams));
@ -1948,7 +1947,7 @@ static int probe_file(WriterContext *wctx, const char *filename)
if (do_show_format) if (do_show_format)
show_format(wctx, fmt_ctx); show_format(wctx, fmt_ctx);
end: end:
close_input_file(&fmt_ctx); close_input_file(&fmt_ctx);
av_freep(&nb_streams_frames); av_freep(&nb_streams_frames);
av_freep(&nb_streams_packets); av_freep(&nb_streams_packets);