mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
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:
parent
1b5e29c842
commit
ecedaefbc9
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user