# HG changeset patch # User arpi # Date 1020095842 0 # Node ID 31202ff6fb3d04745aa855350b8d00fb33e3a9ea # Parent 5f25f1f06c95216889eb180af9168ddb7236ab6a ugly workaround disabled diff -r 5f25f1f06c95 -r 31202ff6fb3d libmpdemux/video.c --- a/libmpdemux/video.c Mon Apr 29 13:36:18 2002 +0000 +++ b/libmpdemux/video.c Mon Apr 29 15:57:22 2002 +0000 @@ -33,6 +33,7 @@ case DEMUXER_TYPE_ASF: { // display info: +#if 0 if(sh_video->bih->biCompression == BI_RGB && (sh_video->video.fccHandler == mmioFOURCC('D', 'I', 'B', ' ') || sh_video->video.fccHandler == mmioFOURCC('R', 'G', 'B', ' ') || @@ -41,6 +42,7 @@ sh_video->format = mmioFOURCC(0, 'R', 'G', 'B') | sh_video->bih->biBitCount; } else +#endif sh_video->format=sh_video->bih->biCompression; sh_video->disp_w=sh_video->bih->biWidth;