Browse Source

ffplay: remove misleading comment from audio_decode_frame()

tags/n1.2
Stefano Sabatini 12 years ago
parent
commit
c44281906a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ffplay.c

+ 0
- 1
ffplay.c View File

@@ -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…
Cancel
Save