From 4b086b788c890e7baaabc661ab5e4eac302879de Mon Sep 17 00:00:00 2001 From: ranma Date: Wed, 17 Mar 2004 15:36:33 +0000 Subject: copy&paste 10l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12038 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/muxer_avi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpdemux/muxer_avi.c b/libmpdemux/muxer_avi.c index f6be330f69..4ddcf26773 100644 --- a/libmpdemux/muxer_avi.c +++ b/libmpdemux/muxer_avi.c @@ -490,7 +490,7 @@ info[i].id=0; 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); } -- cgit v1.2.3