summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-18 11:45:55 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-18 11:45:55 +0000
commit9eac1648beba06ed644015b59c263e6813f03ef1 (patch)
tree600080ec9015cac7cd100626ad3e8761aadc4f9c /etc
parent2b1bb59996062819fe27549199332c0b845002d4 (diff)
downloadmpv-9eac1648beba06ed644015b59c263e6813f03ef1.tar.bz2
mpv-9eac1648beba06ed644015b59c263e6813f03ef1.tar.xz
8bit palette mode support for png
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15506 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 2104e51789..ce5a981471 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -96,7 +96,7 @@ videocodec mpng
fourcc "png " ; for PNG-encoded QuickTime files
dll "libpng"
driver mpng
- out BGR32,BGR24
+ out BGR32,BGR24,BGR8,Y800
videocodec mtga
info "TGA image decoder"