libeplayer3/libspark: cPlayback: implement retrieval of metadata

Origin commit data
------------------
Branch: master
Commit: 1c676196af
Author: martii <m4rtii@gmx.de>
Date: 2014-01-19 (Sun, 19 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-01-19 12:25:35 +01:00
parent b06695bcee
commit 7e5cbd29fb
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)