summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 0eafa56819..f40f6f45b2 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -235,6 +235,7 @@ static short get_driver(char *s,int audioflag)
"roqaudio",
"faad",
"realaud",
+ "libdv",
NULL
};
static char *videodrv[] = {
@@ -267,6 +268,7 @@ static short get_driver(char *s,int audioflag)
"realvid",
"svq1",
"xvid",
+ "libdv",
NULL
};
char **drv=audioflag?audiodrv:videodrv;