[MPlayer-cvslog] CVS: main/libmpdemux muxer.h,1.19,1.20
Corey Hickey CVS
syncmail at mplayerhq.hu
Tue Feb 21 10:40:28 CET 2006
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs ve_lavc.c, 1.131, 1.132 ve_x264.c, 1.45, 1.46 ve_xvid4.c, 1.23, 1.24 ve_xvid.c, 1.31, 1.32
- Next message: [MPlayer-cvslog] CVS: main/DOCS/tech codecs-in.html,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Corey Hickey CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv28288/libmpdemux
Modified Files:
muxer.h
Log Message:
Fix video delay when encoding with B-frames.
(missed this file)
Index: muxer.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/muxer.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- muxer.h 19 Feb 2006 09:34:37 -0000 1.19
+++ muxer.h 21 Feb 2006 09:40:25 -0000 1.20
@@ -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
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs ve_lavc.c, 1.131, 1.132 ve_x264.c, 1.45, 1.46 ve_xvid4.c, 1.23, 1.24 ve_xvid.c, 1.31, 1.32
- Next message: [MPlayer-cvslog] CVS: main/DOCS/tech codecs-in.html,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list