# HG changeset patch # User colin # Date 1036317066 0 # Node ID f04130a7f1465be14954a36c0d9beb4685bd7dc5 # Parent c0e556f9986b7936b8b1d9a351cabc35ac2aead2 remove BE hack (yes, works now ! :-)) diff -r c0e556f9986b -r f04130a7f146 libmpdemux/aviwrite.c --- 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 '