1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

ffplay: reindent after previous commit

This commit is contained in:
Clément Bœsch
2017-07-18 10:24:48 +02:00
committed by Clément Bœsch
parent 998687f1b2
commit af50fbaaeb

View File

@@ -2749,7 +2749,6 @@ static int read_thread(void *arg)
AVDictionary **opts = setup_find_stream_info_opts(ic, codec_opts); AVDictionary **opts = setup_find_stream_info_opts(ic, codec_opts);
int orig_nb_streams = ic->nb_streams; int orig_nb_streams = ic->nb_streams;
// TODO: reindent
err = avformat_find_stream_info(ic, opts); err = avformat_find_stream_info(ic, opts);
for (i = 0; i < orig_nb_streams; i++) for (i = 0; i < orig_nb_streams; i++)