comparison stream/tvi_dshow.c @ 29760:1cc8a20520e8

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
author cehoyos
date Thu, 29 Oct 2009 22:39:00 +0000
parents d287e2785570
children a5e7590ffdbd
comparison
equal deleted inserted replaced
29759:d287e2785570 29760:1cc8a20520e8
3485 #ifdef CONFIG_TV_TELETEXT 3485 #ifdef CONFIG_TV_TELETEXT
3486 case TVI_CONTROL_VBI_INIT: 3486 case TVI_CONTROL_VBI_INIT:
3487 { 3487 {
3488 void* ptr; 3488 void* ptr;
3489 ptr=&(priv->tsp); 3489 ptr=&(priv->tsp);
3490 if(teletext_control(NULL,TV_VBI_CONTROL_START,&ptr)==TVI_CONTROL_TRUE) 3490 if(teletext_control(NULL,TV_VBI_CONTROL_START,&ptr)==VBI_CONTROL_TRUE)
3491 priv->priv_vbi=ptr; 3491 priv->priv_vbi=ptr;
3492 else 3492 else
3493 priv->priv_vbi=NULL; 3493 priv->priv_vbi=NULL;
3494 return TVI_CONTROL_TRUE; 3494 return TVI_CONTROL_TRUE;
3495 } 3495 }