summaryrefslogtreecommitdiffstats
path: root/stream/tvi_def.h
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-29 22:13:04 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-29 22:13:04 +0000
commita9474b0b39b999ef17163bec9337a96a72ddb458 (patch)
tree77b8d831565425d359d87c17bd5a42ed77651327 /stream/tvi_def.h
parentf86cab4ecc5ca22bcfd2fc723e2fbb7b020b0b25 (diff)
downloadmpv-a9474b0b39b999ef17163bec9337a96a72ddb458.tar.bz2
mpv-a9474b0b39b999ef17163bec9337a96a72ddb458.tar.xz
Move teletext specific code from stream into libmpcodecs.
Patch by Francesco Lavra, francescolavra interfree it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29801 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tvi_def.h')
-rw-r--r--stream/tvi_def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/tvi_def.h b/stream/tvi_def.h
index 3c0ef8edb0..f15fcce481 100644
--- a/stream/tvi_def.h
+++ b/stream/tvi_def.h
@@ -15,8 +15,6 @@ static int get_video_framesize(priv_t *priv);
static double grab_audio_frame(priv_t *priv, char *buffer, int len);
static int get_audio_framesize(priv_t *priv);
-int teletext_control(void* p, int cmd, void *arg);
-
static const tvi_functions_t functions =
{
init,