[FFmpeg-devel] [PATCH] ffplay: remove misleading comment from audio_decode_frame()
Stefano Sabatini
stefasab at gmail.com
Sun Feb 3 17:12:19 CET 2013
On date Sunday 2013-02-03 16:43:17 +0100, Marton Balint encoded:
>
>
> On Sun, 3 Feb 2013, Stefano Sabatini wrote:
>
> >---
> >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
>
> LGTM, thanks.
Applied.
--
FFmpeg = Fierce and Fierce Mysterious Patchable Elegant Generator
More information about the ffmpeg-devel
mailing list