Mercurial > mplayer.hg
changeset 25077:82884fde28eb
100l: Fix long standing copy-paste error:
TUN_SET_NORM should set norm value not get it.
author | voroshil |
---|---|
date | Mon, 19 Nov 2007 09:05:23 +0000 |
parents | dfd3c5702d32 |
children | 3efbdaab822f |
files | stream/tvi_dshow.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/tvi_dshow.c Sun Nov 18 22:13:49 2007 +0000 +++ b/stream/tvi_dshow.c Mon Nov 19 09:05:23 2007 +0000 @@ -3371,7 +3371,7 @@ 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);