summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 15:57:22 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 15:57:22 +0000
commit7734843a435c4a2426f48eba14a3c6a590d58931 (patch)
tree262b5d22a4084e27b4d130f96738f09f463235b6 /libmpdemux
parent1f377073369ccc4dd357c1ad1573f2f7dec151b9 (diff)
downloadmpv-7734843a435c4a2426f48eba14a3c6a590d58931.tar.bz2
mpv-7734843a435c4a2426f48eba14a3c6a590d58931.tar.xz
ugly workaround disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5899 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/video.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/video.c b/libmpdemux/video.c
index 21aa361d4a..fb62b77965 100644
--- a/libmpdemux/video.c
+++ b/libmpdemux/video.c
@@ -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;