[FFmpeg-cvslog] ffplay: remove misleading comment from audio_decode_frame()
Stefano Sabatini
git at videolan.org
Sun Feb 3 17:09:04 CET 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Feb 3 12:30:44 2013 +0100| [c44281906a87b0cee4035ca3f2bddfd2ab1f797b] | committer: Stefano Sabatini
ffplay: remove misleading comment from audio_decode_frame()
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c44281906a87b0cee4035ca3f2bddfd2ab1f797b
---
ffplay.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/ffplay.c b/ffplay.c
index 040ddc8..2dbe8b9 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));
More information about the ffmpeg-cvslog
mailing list