summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkostya <kostya@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-27 14:09:38 +0000
committerkostya <kostya@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-27 14:09:38 +0000
commit96a73a2d7d71e139bd5e74bec8837b44f18f30a5 (patch)
tree9264002139f9ed4517b38339fdca6eea981053c6 /etc
parenteac140b748d1bdef15b9c182d341a0a66a92cbd1 (diff)
downloadmpv-96a73a2d7d71e139bd5e74bec8837b44f18f30a5.tar.bz2
mpv-96a73a2d7d71e139bd5e74bec8837b44f18f30a5.tar.xz
lavc Interplay Video decoder now supports 16-bit mode too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30123 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8f05bf9203..ce27ce4cec 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2891,7 +2891,7 @@ videocodec ffinterplay
fourcc INPV ; internal MPlayer FourCC
driver ffmpeg
dll "interplayvideo"
- out BGR8
+ out BGR8,BGR15
videocodec ffvqa
info "FFmpeg VQA Video"