diff stream/tvi_v4l.c @ 29806:a5e7590ffdbd

Separate teletext from tv support. Path by Francesco Lavra, francescolavra interfree it
author cehoyos
date Sat, 07 Nov 2009 12:31:05 +0000
parents 1cc8a20520e8
children e255f9571156
line wrap: on
line diff
--- a/stream/tvi_v4l.c	Sat Nov 07 11:15:26 2009 +0000
+++ b/stream/tvi_v4l.c	Sat Nov 07 12:31:05 2009 +0000
@@ -1530,8 +1530,9 @@
             }
             return TVI_CONTROL_TRUE;
         }
-        default:
-            return teletext_control(priv->priv_vbi,cmd,arg);
+        case TVI_CONTROL_GET_VBI_PTR:
+            *(void **)arg=priv->priv_vbi;
+            return TVI_CONTROL_TRUE;
 #endif
     }