summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dshow.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_dshow.c')
-rw-r--r--stream/tvi_dshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_dshow.c b/stream/tvi_dshow.c
index 1e7396a4f3..049451b450 100644
--- a/stream/tvi_dshow.c
+++ b/stream/tvi_dshow.c
@@ -3371,7 +3371,7 @@ static int control(priv_t * priv, int cmd, void *arg)
hr = OLE_QUERYINTERFACE(priv->pVideoFilter,IID_IAMAnalogVideoDecoder, pVD);
if (hr != S_OK)
return TVI_CONTROL_FALSE;
- hr = OLE_CALL_ARGS(pVD, get_TVFormat, &lAnalogFormat);
+ hr = OLE_CALL_ARGS(pVD, put_TVFormat, lAnalogFormat);
OLE_RELEASE_SAFE(pVD);
if (FAILED(hr))
return (TVI_CONTROL_FALSE);