Skip to content

Commit

Permalink
去掉追逐log
Browse files Browse the repository at this point in the history
  • Loading branch information
tonychanchen committed May 12, 2022
1 parent 7a454b9 commit 297405c
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 @@ -2685,7 +2685,7 @@ static void sdl_audio_callback(void *opaque, Uint8 *stream, int len)
SDL_AoutSetPlaybackRate(ffp->aout, ffp->pf_playback_rate);
#endif
}
printf("mmmmmmmmm===>%f\n",ffp->pf_playback_rate);
// printf("mmmmmmmmm===>%f\n",ffp->pf_playback_rate);

if (ffp->pf_playback_volume_changed) {
ffp->pf_playback_volume_changed = 0;
Expand Down

0 comments on commit 297405c

Please sign in to comment.