diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-09 15:39:35 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-09 15:39:35 +0000 |
commit | f5b7d3df3d1b4a886b4cc898dab6b53a659881ae (patch) | |
tree | e8741b18f99b256420a761e9f9e8d4fe91fbaa8e /libmpdemux | |
parent | 66830dadb67ff8c9e3115f06a72164eacf23eb16 (diff) |
give the IMGFMT_ for sh_video->format not 0x0
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3399 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r-- | libmpdemux/tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |