mirror of https://github.com/mpv-player/mpv
debug--
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3979 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d53b152e68
commit
3b4d807f66
|
@ -721,7 +721,7 @@ int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value)
|
|||
{
|
||||
if (this->m_bIsDivX4) {
|
||||
IDivxFilterInterface* pIDivx=NULL;
|
||||
printf("DS_SetValue for DIVX4, name=%s value=%d\n",name,value);
|
||||
// printf("DS_SetValue for DIVX4, name=%s value=%d\n",name,value);
|
||||
if (this->m_pDS_Filter->m_pFilter->vt->QueryInterface((IUnknown*)this->m_pDS_Filter->m_pFilter, &IID_IDivxFilterInterface, (void**)&pIDivx))
|
||||
{
|
||||
printf("No such interface\n");
|
||||
|
@ -760,7 +760,7 @@ int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value)
|
|||
// get5=set4 19
|
||||
// get6=set5 23
|
||||
hidden = (IHidden*)((int)this->m_pDS_Filter->m_pFilter + 0xb8);
|
||||
printf("DS_SetValue for DIVX, name=%s value=%d\n",name,value);
|
||||
// printf("DS_SetValue for DIVX, name=%s value=%d\n",name,value);
|
||||
if (strcmp(name, "Quality") == 0)
|
||||
{
|
||||
this->m_iLastQuality = value;
|
||||
|
@ -822,7 +822,7 @@ int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value)
|
|||
return result;
|
||||
}
|
||||
#endif
|
||||
printf("DS_SetValue for ????, name=%s value=%d\n",name,value);
|
||||
// printf("DS_SetValue for ????, name=%s value=%d\n",name,value);
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue