Skip to content

Commit

Permalink
refactor(ff_ffplay.c): modify the tab and space in ffplay
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdan07 committed Sep 9, 2020
1 parent 275400c commit 1a0c7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ijkmedia/ijkplayer/ff_ffplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1a0c7e8

Please sign in to comment.