From f5b7d3df3d1b4a886b4cc898dab6b53a659881ae Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 9 Dec 2001 15:39:35 +0000 Subject: give the IMGFMT_ for sh_video->format not 0x0 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3399 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpdemux/tv.c b/libmpdemux/tv.c index 8a7e191427..cc9271c334 100644 --- a/libmpdemux/tv.c +++ b/libmpdemux/tv.c @@ -244,7 +244,7 @@ int demux_open_tv(demuxer_t *demuxer, tvi_handle_t *tvh) /* 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) -- cgit v1.2.3