1
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 00:06:25 +01:00

ugly workaround disabled

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5899 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-04-29 15:57:22 +00:00
parent 1f37707336
commit 7734843a43

View File

@ -33,6 +33,7 @@ switch(d_video->demuxer->file_format){
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 @@ switch(d_video->demuxer->file_format){
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;