Mercurial > mplayer.hg
changeset 5898:31202ff6fb3d
ugly workaround disabled
author | arpi |
---|---|
date | Mon, 29 Apr 2002 15:57:22 +0000 |
parents | 5f25f1f06c95 |
children | a79f46ea2a6a |
files | libmpdemux/video.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;