[Mplayer-cvslog] CVS: main dec_video.c,1.71,1.72
    Alex Beregszaszi 
    alex at mplayer.dev.hu
       
    Sun Dec  9 16:39:15 CET 2001
    
    
  
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv30135
Modified Files:
	dec_video.c 
Log Message:
vfm_raw hack: set outfmt if format != 0x0 (for tv input)
Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- dec_video.c	4 Dec 2001 00:46:24 -0000	1.71
+++ dec_video.c	9 Dec 2001 15:39:12 -0000	1.72
@@ -535,6 +535,9 @@
    break;
  }
  case VFM_RAW: {
+   if (sh_video->format != 0x0)
+    /* set out_fmt */
+	sh_video->codec->outfmt[sh_video->outfmtidx] = sh_video->format;
    break;
  }
  case VFM_RLE: {
    
    
More information about the MPlayer-cvslog
mailing list