You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
cosmetics: reindent
This commit is contained in:
@@ -2325,11 +2325,11 @@ int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
|
|||||||
|
|
||||||
/* flush the decoders */
|
/* flush the decoders */
|
||||||
if (st->info->found_decoder == 1) {
|
if (st->info->found_decoder == 1) {
|
||||||
do {
|
do {
|
||||||
err = try_decode_frame(st, &empty_pkt,
|
err = try_decode_frame(st, &empty_pkt,
|
||||||
(options && i < orig_nb_streams) ?
|
(options && i < orig_nb_streams) ?
|
||||||
&options[i] : NULL);
|
&options[i] : NULL);
|
||||||
} while (err > 0 && !has_codec_parameters(st));
|
} while (err > 0 && !has_codec_parameters(st));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (err < 0) {
|
if (err < 0) {
|
||||||
|
Reference in New Issue
Block a user