Fix video delay when encoding with B-frames.

(missed this file)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17661 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
corey 2006-02-21 09:40:25 +00:00
parent 960b978a03
commit 08423e09bf
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ typedef struct {
// 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