summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-21 21:40:16 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-21 21:40:16 +0000
commit5b7efe3b02aa6804c7a38df24eff42abe19e5898 (patch)
tree921af45a722ef7995a1cb3715213ca4c179d5dbc /codec-cfg.c
parentc8f24c22a60335f3df6ea82113868b210eb64414 (diff)
downloadmpv-5b7efe3b02aa6804c7a38df24eff42abe19e5898.tar.bz2
mpv-5b7efe3b02aa6804c7a38df24eff42abe19e5898.tar.xz
added ffmpeg audio driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1930 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c1
1 files changed, 1 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[] = {