OSDN Git Service

ffplay: remove misleading comment from audio_decode_frame()
authorStefano Sabatini <stefasab@gmail.com>
Sun, 3 Feb 2013 11:30:44 +0000 (12:30 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Sun, 3 Feb 2013 16:01:56 +0000 (17:01 +0100)
ffplay.c

index 040ddc8..2dbe8b9 100644 (file)
--- 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));