You've already forked FFmpeg
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:
committed by
Clément Bœsch
parent
998687f1b2
commit
af50fbaaeb
1
ffplay.c
1
ffplay.c
@@ -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++)
|
||||||
|
Reference in New Issue
Block a user