OSDN Git Service

Pass VBV delay to the calling application via ctx
authorChristophe Massiot <massiot@via.ecp.fr>
Thu, 10 Feb 2011 15:38:03 +0000 (16:38 +0100)
committerMans Rullgard <mans@mansr.com>
Tue, 15 Feb 2011 14:20:19 +0000 (14:20 +0000)
commit55bad0c602c75a2c7e4dbfa466edacb0bad6a6eb
tree7e12126f25ba128d3cd43f157de7ac3b04cbf59f
parent71f88b1f3843fdb676d6f72181da0c8c460341d8
Pass VBV delay to the calling application via ctx

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.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/avcodec.h
libavcodec/mpegvideo_enc.c