summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--codec-cfg.c1
-rw-r--r--codec-cfg.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 366d1c17e1..7f015955f2 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -208,6 +208,7 @@ static short get_driver(char *s,int audioflag)
"dvdpcm",
"hwac3",
"libvorbis",
+ "ffmpeg",
NULL
};
static char *videodrv[] = {
diff --git a/codec-cfg.h b/codec-cfg.h
index 29b046070d..959fdb6a74 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -28,6 +28,7 @@
#define AFM_DVDPCM 8
#define AFM_HWAC3 9
#define AFM_VORBIS 10
+#define AFM_FFMPEG 11
#define VFM_MPEG 1
#define VFM_VFW 2