comparison libmpdemux/muxer_avi.c @ 12037:d2d18129f8e1

copy&paste 10l
author ranma
date Wed, 17 Mar 2004 15:36:33 +0000
parents 846ed866f86c
children 78884d076dd4
comparison
equal deleted inserted replaced
12036:846ed866f86c 12037:d2d18129f8e1
488 write_avi_list(f,listtypeAVIMOVIE,muxer->movi_end-ftello(f)-12); 488 write_avi_list(f,listtypeAVIMOVIE,muxer->movi_end-ftello(f)-12);
489 } else { 489 } else {
490 if (ftello(f) != MOVIALIGN) { 490 if (ftello(f) != MOVIALIGN) {
491 mp_msg(MSGT_MUXER, MSGL_ERR, "Opendml superindex is too big for reserved space!\n"); 491 mp_msg(MSGT_MUXER, MSGL_ERR, "Opendml superindex is too big for reserved space!\n");
492 mp_msg(MSGT_MUXER, MSGL_ERR, "Expected filepos %d, real filepos %d, missing space %d\n", MOVIALIGN, ftell(muxer->file), ftell(muxer->file)-MOVIALIGN); 492 mp_msg(MSGT_MUXER, MSGL_ERR, "Expected filepos %d, real filepos %d, missing space %d\n", MOVIALIGN, ftell(muxer->file), ftell(muxer->file)-MOVIALIGN);
493 mp_msg(MSGT_MUXER, MSGL_ERR, "Try increasing MOVIALIGN in libmpdemux/muxer_avi.c\n", MOVIALIGN, ftell(muxer->file), ftell(muxer->file)-MOVIALIGN); 493 mp_msg(MSGT_MUXER, MSGL_ERR, "Try increasing MOVIALIGN in libmpdemux/muxer_avi.c\n");
494 } 494 }
495 write_avi_list(f,listtypeAVIMOVIE,muxer->movi_end-ftello(f)-12); 495 write_avi_list(f,listtypeAVIMOVIE,muxer->movi_end-ftello(f)-12);
496 } 496 }
497 muxer->movi_start=ftello(muxer->file); 497 muxer->movi_start=ftello(muxer->file);
498 } 498 }