Mercurial > mplayer.hg
changeset 8074:f04130a7f146
remove BE hack (yes, works now ! :-))
author | colin |
---|---|
date | Sun, 03 Nov 2002 09:51:06 +0000 |
parents | c0e556f9986b |
children | e657de6721e9 |
files | libmpdemux/aviwrite.c |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/aviwrite.c Sun Nov 03 09:51:02 2002 +0000 +++ b/libmpdemux/aviwrite.c Sun Nov 03 09:51:06 2002 +0000 @@ -147,15 +147,6 @@ aviwrite_info_t info[16]; // RIFF header: -#ifdef WORDS_BIGENDIAN - /* FIXME: updating the header on big-endian causes the video - * to be unreadable ("AVI_NI: No video stream found!"). - * Just don't update it (no seeking, not playable with WMP, - * but better than nothing) - */ - if(muxer->file_end != 0) - return; -#endif riff[0]=mmioFOURCC('R','I','F','F'); riff[1]=muxer->file_end-2*sizeof(unsigned int); // filesize riff[2]=formtypeAVI; // 'AVI '