From a9474b0b39b999ef17163bec9337a96a72ddb458 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Thu, 29 Oct 2009 22:13:04 +0000 Subject: 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 --- stream/tvi_def.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'stream/tvi_def.h') 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, -- cgit v1.2.3