remove BE hack (yes, works now ! :-))

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8075 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
colin 2002-11-03 09:51:06 +00:00
parent 4d5388c569
commit a135cafbb4
1 changed files with 0 additions and 9 deletions

View File

@ -147,15 +147,6 @@ void aviwrite_write_header(aviwrite_t *muxer,FILE *f){
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 '