# HG changeset patch # User michael # Date 1050945869 0 # Node ID 9d7477d0d64df32eedd7ce5159e16d845f228122 # Parent c35fd30aab7257a9d96bf74060fd498bb3f1ea46 big endian yellow fix? diff -r c35fd30aab72 -r 9d7477d0d64d libvo/osd_template.c --- a/libvo/osd_template.c Mon Apr 21 17:16:49 2003 +0000 +++ b/libvo/osd_template.c Mon Apr 21 17:24:29 2003 +0000 @@ -269,6 +269,9 @@ static inline void RENAME(vo_draw_alpha_rgb32)(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride){ int y; PROFILE_START(); +#ifdef WORDS_BIGENDIAN + dstbase++; +#endif for(y=0;y