Add a logdomain for ffmpeg

This commit is contained in:
Julien BLACHE 2010-03-07 10:40:00 +01:00
parent 107ec85578
commit 4c48dbad28
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@ static int threshold;
static int console;
static char *logfilename;
static FILE *logfile;
static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event", "remote", "dacp" };
static char *labels[] = { "config", "daap", "db", "httpd", "main", "mdns", "misc", "rsp", "scan", "xcode", "event", "remote", "dacp", "ffmpeg" };
static int

View File

@ -19,8 +19,9 @@
#define L_EVENT 10
#define L_REMOTE 11
#define L_DACP 12
#define L_FFMPEG 13
#define N_LOGDOMAINS 13
#define N_LOGDOMAINS 14
/* Severities */
#define E_FATAL 0