Clarify which message levels should be translated.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17969 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-03-27 06:59:00 +00:00
parent 2874b0cfe0
commit f8687cd3f9
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ extern int identify;
// verbosity elevel:
// stuff from level MSGL_FATAL-MSGL_STATUS should be translated.
/* Only messages level MSGL_FATAL-MSGL_STATUS should be translated,
* messages level MSGL_V and above should not be translated. */
#define MSGL_FATAL 0 // will exit/abort
#define MSGL_ERR 1 // continues