Skip to content

Commit

Permalink
ffplay: remove misleading comment from audio_decode_frame()
Browse files Browse the repository at this point in the history
  • Loading branch information
saste committed Feb 3, 2013
1 parent 02af4e9 commit c442819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ffplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit c442819

Please sign in to comment.