changeset 3398:a73b02e35e70

give the IMGFMT_ for sh_video->format not 0x0
author alex
date Sun, 09 Dec 2001 15:39:35 +0000
parents 39abf443aac4
children 246c737974cb
files libmpdemux/tv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/tv.c	Sun Dec 09 15:39:12 2001 +0000
+++ b/libmpdemux/tv.c	Sun Dec 09 15:39:35 2001 +0000
@@ -244,7 +244,7 @@
     /* get IMAGE FORMAT */
     funcs->control(tvh->priv, TVI_CONTROL_VID_GET_FORMAT, &sh_video->format);
 //    if (IMGFMT_IS_RGB(sh_video->format) || IMGFMT_IS_BGR(sh_video->format))
-	sh_video->format = 0x0;
+//	sh_video->format = 0x0;
 
     /* set FPS and FRAMETIME */
     if(!sh_video->fps)