[Mplayer-cvslog] CVS: main/libmpdemux muxer_avi.c,1.18,1.19
Tobias Diedrich CVS
syncmail at mplayerhq.hu
Wed Mar 17 16:36:35 CET 2004
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux aviheader.c, 1.51, 1.52 aviheader.h, 1.6, 1.7 aviprint.c, 1.17, 1.18 demux_avi.c, 1.60, 1.61 muxer.h, 1.9, 1.10 muxer_avi.c, 1.17, 1.18
- Next message: [Mplayer-cvslog] CVS: main AUTHORS,1.57,1.58
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Tobias Diedrich CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv22639
Modified Files:
muxer_avi.c
Log Message:
copy&paste 10l
Index: muxer_avi.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/muxer_avi.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- muxer_avi.c 17 Mar 2004 14:50:37 -0000 1.18
+++ muxer_avi.c 17 Mar 2004 15:36:33 -0000 1.19
@@ -490,7 +490,7 @@
if (ftello(f) != MOVIALIGN) {
mp_msg(MSGT_MUXER, MSGL_ERR, "Opendml superindex is too big for reserved space!\n");
mp_msg(MSGT_MUXER, MSGL_ERR, "Expected filepos %d, real filepos %d, missing space %d\n", MOVIALIGN, ftell(muxer->file), ftell(muxer->file)-MOVIALIGN);
- mp_msg(MSGT_MUXER, MSGL_ERR, "Try increasing MOVIALIGN in libmpdemux/muxer_avi.c\n", MOVIALIGN, ftell(muxer->file), ftell(muxer->file)-MOVIALIGN);
+ mp_msg(MSGT_MUXER, MSGL_ERR, "Try increasing MOVIALIGN in libmpdemux/muxer_avi.c\n");
}
write_avi_list(f,listtypeAVIMOVIE,muxer->movi_end-ftello(f)-12);
}
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux aviheader.c, 1.51, 1.52 aviheader.h, 1.6, 1.7 aviprint.c, 1.17, 1.18 demux_avi.c, 1.60, 1.61 muxer.h, 1.9, 1.10 muxer_avi.c, 1.17, 1.18
- Next message: [Mplayer-cvslog] CVS: main AUTHORS,1.57,1.58
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list