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:
parent
c6fcd1fe5d
commit
28ecbe3cc3
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user