mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 23:40:47 +00:00
Prefer vorbis over ffvorbis for now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18449 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6fd961be92
commit
20e2dba9eb
@ -2687,14 +2687,6 @@ audiocodec hwdts
|
|||||||
format 0x2001
|
format 0x2001
|
||||||
driver hwac3
|
driver hwac3
|
||||||
|
|
||||||
audiocodec ffvorbis
|
|
||||||
info "FFmpeg Vorbis decoder"
|
|
||||||
status working
|
|
||||||
fourcc vrbs
|
|
||||||
format 0x566F
|
|
||||||
driver ffmpeg
|
|
||||||
dll "vorbis"
|
|
||||||
|
|
||||||
audiocodec vorbis
|
audiocodec vorbis
|
||||||
info "OggVorbis Audio Decoder"
|
info "OggVorbis Audio Decoder"
|
||||||
status working
|
status working
|
||||||
@ -2707,6 +2699,14 @@ audiocodec vorbis
|
|||||||
; driver acm
|
; driver acm
|
||||||
; dll "vorbis.acm"
|
; dll "vorbis.acm"
|
||||||
|
|
||||||
|
audiocodec ffvorbis
|
||||||
|
info "FFmpeg Vorbis decoder"
|
||||||
|
status working
|
||||||
|
fourcc vrbs
|
||||||
|
format 0x566F
|
||||||
|
driver ffmpeg
|
||||||
|
dll "vorbis"
|
||||||
|
|
||||||
audiocodec speex
|
audiocodec speex
|
||||||
info "Speex Audio Decoder"
|
info "Speex Audio Decoder"
|
||||||
status working
|
status working
|
||||||
|
Loading…
Reference in New Issue
Block a user