summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-11 13:41:35 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-11 13:41:35 +0000
commitde4ae5ba94a342b0ac7c6a1a07e08b9dfc5956d0 (patch)
tree4ac59ec301bcf30e1ea1a21103ff2e62dc869afd /etc/codecs.conf
parent8e882b5b3b4a7ce992e5e6ff06ebf3b038dcfb79 (diff)
downloadmpv-de4ae5ba94a342b0ac7c6a1a07e08b9dfc5956d0.tar.bz2
mpv-de4ae5ba94a342b0ac7c6a1a07e08b9dfc5956d0.tar.xz
added fourcc of PNG-encoded Quicktime files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13920 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index d6e7030832..232618743f 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -92,6 +92,7 @@ videocodec mpng
status working
comment "Gray scaled PNG with Alpha channel not supported"
fourcc mpng,MPNG
+ fourcc "png " ; for PNG-encoded Quicktime files
dll "libpng"
driver mpng
out BGR32,BGR24