[FFmpeg-devel] [PATCH] Pass VBV delay to the calling application via ctx

Måns Rullgård mans
Tue Feb 8 15:44:06 CET 2011


Vladimir Pantelic <vladoman at gmail.com> writes:

> M?ns Rullg?rd wrote:
>> Christophe Massiot<massiot at via.ecp.fr>  writes:
>
>>>  +    double vbv_delay;
>>
>> I don't like floating-point.  Could this be expressed in some other
>> units instead?
>
> -                avctx->vbv_delay = vbv_delay/90000.;
> +		 avctx->vbv_delay = vbv_delay

This would be fine for MPEG of course, but what about other codecs?

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list