Mercurial > mplayer.hg
changeset 22897:82a108d63c2a
typo fix (s/M/N/) in IMPORTA_M_T
patch by Onur Kucuk %onur A delipenguen P net%
author | gpoirier |
---|---|
date | Wed, 04 Apr 2007 12:38:08 +0000 |
parents | 5a530a612c98 |
children | b5b63e82bb3e |
files | DOCS/tech/libvo.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/libvo.txt Wed Apr 04 12:15:38 2007 +0000 +++ b/DOCS/tech/libvo.txt Wed Apr 04 12:38:08 2007 +0000 @@ -77,7 +77,7 @@ 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