summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-04 12:38:08 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-04 12:38:08 +0000
commit2f3009747b49e78b6da3ad78aa985c854453241d (patch)
tree172448928a96b6926393c0229d81eb3461a84574 /DOCS
parent44f79163ae4fc8448238de5183899c41f60f4aba (diff)
downloadmpv-2f3009747b49e78b6da3ad78aa985c854453241d.tar.bz2
mpv-2f3009747b49e78b6da3ad78aa985c854453241d.tar.xz
typo fix (s/M/N/) in IMPORTA_M_T
patch by Onur Kucuk %onur A delipenguen P net% git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22915 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/libvo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/libvo.txt b/DOCS/tech/libvo.txt
index 426676716a..70cd3997f0 100644
--- a/DOCS/tech/libvo.txt
+++ b/DOCS/tech/libvo.txt
@@ -77,7 +77,7 @@ Each vo driver _has_ to implement these:
0x08 - flipping (-flip)
They're defined as VOFLAG_* (see libvo/video_out.h)
- IMPORTAMT NOTE: config() may be called 0 (zero), 1 or more (2,3...)
+ IMPORTANT NOTE: config() may be called 0 (zero), 1 or more (2,3...)
times between preinit() and uninit() calls. You MUST handle it, and
you shouldn't crash at second config() call or at uninit() without
any config() call! To make your life easier, vo_config_count is