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

Jason Garrett-Glaser jason
Wed Feb 9 20:10:55 CET 2011


On Wed, Feb 9, 2011 at 7:57 AM, Christophe Massiot <massiot at via.ecp.fr> wrote:
> VBV delay is useful for T-STD compliance in some TS muxers. It is
> certainly possible to retrieve it by parsing the output of FFmpeg, but
> getting it from the context makes it simpler and less error-prone.
>
> This version exports an integer based on the periods of a 27 MHz clock.

Should it be a uint64_t instead of int?  Will int always have enough range?

Jason



More information about the ffmpeg-devel mailing list