1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-18 17:40:30 +00:00

Remove an outdated debug message.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20275 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eugeni 2006-10-16 19:02:11 +00:00
parent c6fcd1fe5d
commit 28ecbe3cc3

View File

@ -1004,7 +1004,6 @@ static char* parse_tag(char* p, double pwr) {
render_context.be = val ? 1 : 0;
else
render_context.be = 0;
mp_msg(MSGT_GLOBAL, MSGL_V, "be unimplemented \n");
} else if (mystrcmp(&p, "b")) {
int b;
if (mystrtoi(&p, 10, &b))