mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 20:37:04 +00:00
ffprobe: reindent after previous commit
This commit is contained in:
parent
a334b00cf6
commit
1fc626f8d0
@ -1907,7 +1907,6 @@ static int probe_file(WriterContext *wctx, const char *filename)
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
/* todo: reindent */
|
||||
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));
|
||||
selected_streams = av_calloc(fmt_ctx->nb_streams, sizeof(*selected_streams));
|
||||
|
Loading…
Reference in New Issue
Block a user