[FFmpeg-devel] [PATCH] ffplay: remove misleading comment from audio_decode_frame()
Stefano Sabatini
stefasab at gmail.com
Sun Feb 3 12:34:13 CET 2013
---
ffplay.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/ffplay.c b/ffplay.c
index e8151be..66bbca6 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));
--
1.7.9.5
More information about the ffmpeg-devel
mailing list