[FFmpeg-devel] [PATCH] ffplay: remove misleading comment from audio_decode_frame()

Marton Balint cus at passwd.hu
Sun Feb 3 16:43:17 CET 2013



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.

Marton


More information about the ffmpeg-devel mailing list