Mercurial > mplayer.hg
changeset 17660:fbff80473a6d
Fix video delay when encoding with B-frames.
(missed this file)
author | corey |
---|---|
date | Tue, 21 Feb 2006 09:40:25 +0000 |
parents | 92ac78a93625 |
children | 0b7388b11015 |
files | libmpdemux/muxer.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/muxer.h Tue Feb 21 09:39:22 2006 +0000 +++ b/libmpdemux/muxer.h Tue Feb 21 09:40:25 2006 +0000 @@ -38,6 +38,8 @@ // stream specific: WAVEFORMATEX *wf; BITMAPINFOHEADER *bih; // in format + int encoder_delay; // in number of frames + int decoder_delay; // in number of frames // mpeg specific: size_t ipb[3]; // sizes of I/P/B frames // muxer of that stream