no kabbe-bytes or men in black or any of that nonsense here...

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12498 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-05-23 07:34:32 +00:00
parent 1b5e29c842
commit ecedaefbc9
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ static void avifile_odml_new_riff(muxer_t *muxer)
FILE *f = muxer->file;
uint32_t riff[3];
mp_msg(MSGT_MUXER, MSGL_INFO, "ODML: Starting new RIFF chunk at %dMiB.\n", (int)(muxer->file_end/1024/1024));
mp_msg(MSGT_MUXER, MSGL_INFO, "ODML: Starting new RIFF chunk at %dMB.\n", (int)(muxer->file_end/1024/1024));
vsi->riffofspos++;
if (vsi->riffofspos>=vsi->riffofssize) {