Mercurial > mplayer.hg
changeset 12037:d2d18129f8e1
copy&paste 10l
author | ranma |
---|---|
date | Wed, 17 Mar 2004 15:36:33 +0000 |
parents | 846ed866f86c |
children | 968322f384ee |
files | libmpdemux/muxer_avi.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/muxer_avi.c Wed Mar 17 14:50:37 2004 +0000 +++ b/libmpdemux/muxer_avi.c Wed Mar 17 15:36:33 2004 +0000 @@ -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); }