diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2011-02-12 11:39:43 +0000 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-04-12 18:35:38 +0300 |
commit | 4726be4314494b7e76165aadb7069b953856341c (patch) | |
tree | 6d89319bff392857faac9477232448b8afb19b91 | |
parent | c4814bc8b64d63d9d04e26a21db204fe3e551006 (diff) | |
download | mpv-4726be4314494b7e76165aadb7069b953856341c.tar.bz2 mpv-4726be4314494b7e76165aadb7069b953856341c.tar.xz |
codecs.conf: clarify XAN DPCM comment
At least for Wing Commander 4 files, -demuxer lavf is needed to
play XAN DPCM audio (while Wing Commander 3 avi plays fine with
-demuxer avi, although it also contains the video codec we call "XAN
wc4").
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32894 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | etc/codecs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 5e94b048c0..b2ef46b3ea 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -3959,7 +3959,7 @@ audiocodec ffadpcmxa audiocodec ffxandpcm info "FFmpeg XAN DPCM audio" - comment "only works with libavformat demuxer" + comment "Wing Commander 4 files only work with libavformat demuxer" status working fourcc Axan format 0x594A |