libeplayer3/libspark: cPlayback: implement retrieval of metadata

This commit is contained in:
martii
2014-01-19 12:25:35 +01:00
parent 4ab0e8f89e
commit 1c676196af
9 changed files with 111 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
#ifdef ASS_DEBUG
static short debug_level = 10;
static short debug_level = 0;
#define ass_printf(level, fmt, x...) do { \
if (debug_level >= level) printf("[%s:%s] " fmt, __FILE__, __FUNCTION__, ## x); } while (0)