print "Unknown/not supported internal format" message only with -v as it

is not an error.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14610 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-01-29 12:58:16 +00:00
parent 78dda735d5
commit 9aeba3298a
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ static int format2oss(int format)
case AF_FORMAT_AC3: return AFMT_AC3;
#endif
}
printf("Unknown/not supported internal format: %s\n", af_fmt2str_short(format));
mp_msg(MSGT_AO, MSGL_V, "OSS: Unknown/not supported internal format: %s\n", af_fmt2str_short(format));
return -1;
}