summaryrefslogtreecommitdiffstats
path: root/loader/dshow/DS_VideoDecoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/DS_VideoDecoder.c')
-rw-r--r--loader/dshow/DS_VideoDecoder.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/loader/dshow/DS_VideoDecoder.c b/loader/dshow/DS_VideoDecoder.c
index 83089f4ee8..cc757c6746 100644
--- a/loader/dshow/DS_VideoDecoder.c
+++ b/loader/dshow/DS_VideoDecoder.c
@@ -155,6 +155,8 @@ DS_VideoDecoder::DS_VideoDecoder(const CodecInfo& info, const BITMAPINFOHEADER&
|| (info.dll == string("divx_c32.ax"))
|| (info.dll == string("wmvds32.ax"))
|| (info.dll == string("wmv8ds32.ax")));
+
+ printf("m_bIsDivX=%d\n",m_bIsDivX);
}
catch (FatalError& error)
{
@@ -548,9 +550,12 @@ HRESULT DS_VideoDecoder::SetValue(const char* name, int value)
{
if (m_bIsDivX)
{
+
if (m_State != START)
return VFW_E_NOT_RUNNING;
+ printf("DS_VideoDecoder::SetValue(%s,%d)\n",name,value);
+
//cout << "set value " << name << " " << value << endl;
// brightness 87
// contrast 74