Mercurial > mplayer.hg
diff etc/codecs.conf @ 37109:a625ce680fc3
Support FFmpeg's native Opus decoder.
| author | reimar |
|---|---|
| date | Sun, 18 May 2014 17:51:13 +0000 |
| parents | 85499766333b |
| children | 0da22ae3863f |
line wrap: on
line diff
--- a/etc/codecs.conf Sun May 18 16:43:34 2014 +0000 +++ b/etc/codecs.conf Sun May 18 17:51:13 2014 +0000 @@ -5887,6 +5887,13 @@ driver ffmpeg dll "vmdaudio" +audiocodec ffopus + info "FFmpeg opus" + status working + fourcc opus ; internal MPlayer FourCC + driver ffmpeg + dll opus + audiocodec fflibopus info "FFmpeg libopus" status working
