diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-05-11 21:12:46 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-05-11 21:12:46 +0000 |
commit | 20e2dba9eb2a5465a0b66eda377ca9cb7a218679 (patch) | |
tree | 562bdd83365e6d3c58029f83bc4b6b2b673dae88 /etc | |
parent | 6fd961be92684fff945a176a88f378abfa014976 (diff) | |
download | mpv-20e2dba9eb2a5465a0b66eda377ca9cb7a218679.tar.bz2 mpv-20e2dba9eb2a5465a0b66eda377ca9cb7a218679.tar.xz |
Prefer vorbis over ffvorbis for now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18449 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index cc784ea72d..2412183a0b 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2687,14 +2687,6 @@ audiocodec hwdts format 0x2001 driver hwac3 -audiocodec ffvorbis - info "FFmpeg Vorbis decoder" - status working - fourcc vrbs - format 0x566F - driver ffmpeg - dll "vorbis" - audiocodec vorbis info "OggVorbis Audio Decoder" status working @@ -2707,6 +2699,14 @@ audiocodec vorbis ; driver acm ; dll "vorbis.acm" +audiocodec ffvorbis + info "FFmpeg Vorbis decoder" + status working + fourcc vrbs + format 0x566F + driver ffmpeg + dll "vorbis" + audiocodec speex info "Speex Audio Decoder" status working |