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 fafedddc41..e8c1328e81 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -229,6 +229,7 @@ static short get_driver(char *s,int audioflag)
"dk3adpcm",
"roqaudio",
"faad",
+ "realaud",
NULL
};
static char *videodrv[] = {
@@ -258,6 +259,7 @@ static short get_driver(char *s,int audioflag)
"huffyuv",
"zlib",
"mpegpes",
+ "realvid",
NULL
};
char **drv=audioflag?audiodrv:videodrv;