diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-08-02 14:38:18 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-08-02 14:38:18 +0000 |
commit | 7fd95348fe8c56f35104842f764d908445174338 (patch) | |
tree | a9e8085866164202735dd864568846f98255f4e8 /stream | |
parent | fa7e2d8f5c35a2aba96e5f114a5870d85656f442 (diff) | |
download | mpv-7fd95348fe8c56f35104842f764d908445174338.tar.bz2 mpv-7fd95348fe8c56f35104842f764d908445174338.tar.xz |
Fix typos. Patch by Francesco Lavra, francescolavra interfree it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29465 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/tv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/tv.h b/stream/tv.h index 5a38df690d..f4467459eb 100644 --- a/stream/tv.h +++ b/stream/tv.h @@ -287,9 +287,9 @@ void tv_start_scan(tvi_handle_t *tvh, int start); typedef enum{ TT_FORMAT_OPAQUE=0, ///< opaque - TT_FORMAT_TRANSPARENT, ///< translarent + TT_FORMAT_TRANSPARENT, ///< transparent TT_FORMAT_OPAQUE_INV, ///< opaque with inverted colors - TT_FORMAT_TRANSPARENT_INV ///< translarent with inverted colors + TT_FORMAT_TRANSPARENT_INV ///< transparent with inverted colors } teletext_format; typedef |