1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

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
This commit is contained in:
gpoirier 2007-04-04 12:38:08 +00:00
parent 44f79163ae
commit 2f3009747b

View File

@ -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