[MPlayer-users] Error playing mpeg on Sun SPARC

pwilkins at lashwhip.com pwilkins at lashwhip.com
Thu Feb 21 19:49:01 CET 2002


> should be fixed too
> if not then please send me a screenshot of that (and one of the correct pic), 
> (or upload it to the mphq ftp)

OK, everything works.  Colors are correct in both modes.

However, you need to make the code read:

   int i;
#ifdef WORDS_BIGENDIAN
   dest++;
#endif

not:

#ifdef WORDS_BIGENDIAN
   dest++;
#endif
   int i;

in postproc/swscale.c and postproc/swscale_template.c

-Paul




More information about the MPlayer-users mailing list