diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-03 12:30:44 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-03 17:01:56 +0100 |
commit | c44281906a87b0cee4035ca3f2bddfd2ab1f797b (patch) | |
tree | d3523e321735239df3de2e54d33684d05b9704d0 /ffplay.c | |
parent | 02af4e9a97ccde619e2123793b11d46f60d6b606 (diff) | |
download | ffmpeg-c44281906a87b0cee4035ca3f2bddfd2ab1f797b.tar.gz |
ffplay: remove misleading comment from audio_decode_frame()
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)); |