From 1a0c7e87e0e511a19d35b0306fcd7853e99c971c Mon Sep 17 00:00:00 2001 From: yangdan07 Date: Wed, 9 Sep 2020 15:12:56 +0800 Subject: [PATCH] refactor(ff_ffplay.c): modify the tab and space in ffplay --- ijkmedia/ijkplayer/ff_ffplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ijkmedia/ijkplayer/ff_ffplay.c b/ijkmedia/ijkplayer/ff_ffplay.c index 6094c66f..39c821fc 100755 --- a/ijkmedia/ijkplayer/ff_ffplay.c +++ b/ijkmedia/ijkplayer/ff_ffplay.c @@ -4629,7 +4629,7 @@ void ffp_audio_statistic_l(FFPlayer *ffp) ffp_track_statistic_l(ffp, is->audio_st, &is->audioq, &ffp->stat.audio_cache); if (ffp->is_manifest) { las_set_audio_cached_duration_ms(&ffp->las_player_statistic, ffp->stat.audio_cache.duration); - } + } } void ffp_video_statistic_l(FFPlayer *ffp) -- GitLab