[Mplayer-cvslog] CVS: main dec_video.c,1.62,1.63

Alex Beregszaszi alex at mplayer.dev.hu
Sun Nov 11 02:46:09 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv32767

Modified Files:
	dec_video.c 
Log Message:
dirty hack to vfm_raw for tv to be more easier ;)

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- dec_video.c	10 Nov 2001 14:52:05 -0000	1.62
+++ dec_video.c	11 Nov 2001 01:46:07 -0000	1.63
@@ -426,6 +426,10 @@
    break;
  }
  case VFM_RAW: {
+    /* dirty hack to work with tvinput */
+    extern int tv_param_on;
+    if ((tv_param_on == 1) && sh_video->format)
+	sh_video->o_bih.biCompression = sh_video->format;
    break;
  }
  case VFM_RLE: {




More information about the MPlayer-cvslog mailing list