Remove no more needed check

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25118 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-11-20 10:02:19 +00:00
parent 298dd31e32
commit 7c9a04f6c0
1 changed files with 1 additions and 1 deletions

View File

@ -2033,7 +2033,7 @@ static HRESULT get_available_formats_stream(chain_t *chain)
mp_msg(MSGT_TV, MSGL_DBG4,
"tvi_dshow: get_available_formats_stream called\n");
if (!chain->pStreamConfig || !chain->majortype)
if (!chain->pStreamConfig)
return E_POINTER;
hr=OLE_CALL_ARGS(chain->pStreamConfig, GetNumberOfCapabilities, &count, &size);