summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dshow.c
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-29 22:39:00 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-29 22:39:00 +0000
commit9df11ee8bf234aebcea76ef8c919fb68229c7308 (patch)
tree66b8d43f09259e86ecd09e8b53edfd717943d4de /stream/tvi_dshow.c
parenta9474b0b39b999ef17163bec9337a96a72ddb458 (diff)
downloadmpv-9df11ee8bf234aebcea76ef8c919fb68229c7308.tar.bz2
mpv-9df11ee8bf234aebcea76ef8c919fb68229c7308.tar.xz
Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
in comments. Based on a patch by Francesco Lavra, francescolavra interfree it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29802 b3059339-0415-0410-9bf9-f77b7e298cf2
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 99c719f409..28bf0a141f 100644
--- a/stream/tvi_dshow.c
+++ b/stream/tvi_dshow.c
@@ -3487,7 +3487,7 @@ static int control(priv_t * priv, int cmd, void *arg)
{
void* ptr;
ptr=&(priv->tsp);
- if(teletext_control(NULL,TV_VBI_CONTROL_START,&ptr)==TVI_CONTROL_TRUE)
+ if(teletext_control(NULL,TV_VBI_CONTROL_START,&ptr)==VBI_CONTROL_TRUE)
priv->priv_vbi=ptr;
else
priv->priv_vbi=NULL;