summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authoraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-12 00:20:53 +0000
committeraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-12 00:20:53 +0000
commit3a5cd9d42476bd9345bf5a7bc08a91de6401b5ab (patch)
tree1c00f30faaab08bbcf5babf85923ebcdec702bef /etc/codecs.conf
parent91a268424cb2395e58b95e740cf1db7a70258a4e (diff)
downloadmpv-3a5cd9d42476bd9345bf5a7bc08a91de6401b5ab.tar.bz2
mpv-3a5cd9d42476bd9345bf5a7bc08a91de6401b5ab.tar.xz
add support for vp6 in flash
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19802 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index f7fcfcf25d..2a3ba3ea2b 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1395,6 +1395,14 @@ videocodec ffvp6
dll "vp6"
out YV12
+videocodec ffvp6f
+ info "FFmpeg VP6 Flash decoder"
+ status working
+ fourcc VP6F
+ driver ffmpeg
+ dll "vp6f"
+ out YV12
+
videocodec vp6
info "On2 VP6 Personal Codec"
status working