Index: loader/dshow/DS_VideoDecoder.c =================================================================== --- loader/dshow/DS_VideoDecoder.c.orig 2007-02-08 12:57:44.000000000 -0800 +++ loader/dshow/DS_VideoDecoder.c 2007-02-08 12:54:14.000000000 -0800 @@ -189,6 +189,12 @@ #ifdef WIN32_LOADER Setup_LDT_Keeper(); #endif + //Start hacks + if (format->biCompression == 0x31637661) + { + format->biCompression = 0x31435641; + } + //end //memset(&m_obh, 0, sizeof(m_obh)); //m_obh.biSize = sizeof(m_obh);