diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-12 17:06:21 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-12 17:06:21 +0000 |
commit | fe93061c6ff38a178f6b71eeb3942c0ae3eb63ae (patch) | |
tree | defd055a1c57766ef8e90762eb5f2f169aaa6c4d | |
parent | f0bc805baf5c1fc542b63d37af8dc30bb3b615fc (diff) |
mpg 32bpp support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4674 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | etc/codecs.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 34e32e7189..f71cae9126 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -349,10 +349,11 @@ videocodec ducktm1 videocodec mpng info "mPNG codec" - status buggy + status working + comment "Gray scaled PNG with Alpha channel not supported" fourcc mpng,MPNG driver mpng - out BGR24 + out BGR32,BGR24 videocodec roqvideo info "Id RoQ File Video Decoder" |