From 08423e09bf3c6706505c7a1deecce24aad252f15 Mon Sep 17 00:00:00 2001 From: corey Date: Tue, 21 Feb 2006 09:40:25 +0000 Subject: 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 --- libmpdemux/muxer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpdemux/muxer.h') diff --git a/libmpdemux/muxer.h b/libmpdemux/muxer.h index ae7882e90c..273edf9176 100644 --- a/libmpdemux/muxer.h +++ b/libmpdemux/muxer.h @@ -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 -- cgit v1.2.3