mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ffplay: remove misleading comment from audio_decode_frame()
This commit is contained in:
parent
02af4e9a97
commit
c44281906a
1
ffplay.c
1
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));
|
||||
|
Loading…
Reference in New Issue
Block a user