summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-02-03 12:30:44 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-02-03 17:01:56 +0100
commitc44281906a87b0cee4035ca3f2bddfd2ab1f797b (patch)
treed3523e321735239df3de2e54d33684d05b9704d0 /ffplay.c
parent02af4e9a97ccde619e2123793b11d46f60d6b606 (diff)
ffplay: remove misleading comment from audio_decode_frame()
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 040ddc8489..2dbe8b965c 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));