diff --git a/ffplay.c b/ffplay.c
index 040ddc8489943a912f16b9c09dfef8471c754d1b..2dbe8b965ccf28bb0950907c24cc53faffb79725 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -2194,7 +2194,6 @@ static int audio_decode_frame(VideoState *is)
                 resampled_data_size = data_size;
             }
 
-            /* if no pts, then compute it */
             audio_clock0 = is->audio_clock;
             is->audio_clock += (double)data_size /
                 (is->frame->channels * is->frame->sample_rate * av_get_bytes_per_sample(is->frame->format));