mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 12:11:52 +00:00
copy&paste 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12038 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
873b579c1a
commit
4b086b788c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user