summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-31 15:30:56 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-31 15:30:56 +0000
commit631d5f1f84675d474cb120803f62d03a2c973947 (patch)
treea729f8a0193c2eb656a62353ad94c04730b17a29 /stream/tv.h
parent91943aa9fae7e5a7a85ffbe7ad2c632729fb6110 (diff)
downloadmpv-631d5f1f84675d474cb120803f62d03a2c973947.tar.bz2
mpv-631d5f1f84675d474cb120803f62d03a2c973947.tar.xz
Replace two more occurences of tvi_vbi with dec_teletext.
Patch by Francesco Lavra, francescolavra interfree it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29808 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tv.h b/stream/tv.h
index 1ec112fee2..abcbb0b680 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -218,7 +218,7 @@ typedef struct {
#define TVI_CONTROL_SPC_SET_INPUT 0x402 /* set input channel (tv,s-video,composite..) */
#define TVI_CONTROL_SPC_GET_NORMID 0x403 /* get normid from norm name */
-//tvi_* ioctl (not tvi_vbi.c !!!)
+//tvi_* ioctl (not dec_teletext.c !!!)
#define TVI_CONTROL_VBI_INIT 0x501 ///< vbi init
int tv_set_color_options(tvi_handle_t *tvh, int opt, int val);