summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-16 19:02:11 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-16 19:02:11 +0000
commit9b76c73b16bf9be47dd1885aa51f7d37f4b9edd4 (patch)
treed572035bba18dfeb4b6347bf0cb60d2e455852c4
parent0252efb13fd36499b3a109462b6f05a1c99585d0 (diff)
downloadlibass-9b76c73b16bf9be47dd1885aa51f7d37f4b9edd4.tar.bz2
libass-9b76c73b16bf9be47dd1885aa51f7d37f4b9edd4.tar.xz
Remove an outdated debug message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20275 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libass/ass_render.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libass/ass_render.c b/libass/ass_render.c
index ba0764d5..f29b79ba 100644
--- a/libass/ass_render.c
+++ b/libass/ass_render.c
@@ -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))