[MPlayer-cvslog] r22915 - trunk/DOCS/tech/libvo.txt

gpoirier subversion at mplayerhq.hu
Wed Apr 4 14:38:10 CEST 2007


Author: gpoirier
Date: Wed Apr  4 14:38:08 2007
New Revision: 22915

Modified:
   trunk/DOCS/tech/libvo.txt

Log:
typo fix (s/M/N/) in IMPORTA_M_T
patch by Onur Kucuk %onur A delipenguen P net%


Modified: trunk/DOCS/tech/libvo.txt
==============================================================================
--- trunk/DOCS/tech/libvo.txt	(original)
+++ trunk/DOCS/tech/libvo.txt	Wed Apr  4 14:38:08 2007
@@ -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



More information about the MPlayer-cvslog mailing list