diff options
author | melanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-01 20:04:54 +0000 |
---|---|---|
committer | melanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-01 20:04:54 +0000 |
commit | 9505de02504cf9d3ce28425f615533eafd4d4fc1 (patch) | |
tree | cd0ca0bf93e2f6cbcdb48ff41fa7b80b6c5d5d13 /codec-cfg.c | |
parent | 33089e2179a8ea2b1547608af64ba4994adf70c6 (diff) | |
download | mpv-9505de02504cf9d3ce28425f615533eafd4d4fc1.tar.bz2 mpv-9505de02504cf9d3ce28425f615533eafd4d4fc1.tar.xz |
added initial support for format 0x61 ADPCM (sounds good, but still pops)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3934 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.c')
-rw-r--r-- | codec-cfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/codec-cfg.c b/codec-cfg.c index 0af0c91abe..909607ff3f 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -219,6 +219,7 @@ static short get_driver(char *s,int audioflag) "liba52", "g72x", "imaadpcm", + "fox61adpcm", "fox62adpcm", NULL }; |