Mercurial > mplayer.hg
changeset 19775:efe683c3031a
VP50 and VP62 support via lavc
author | rtogni |
---|---|
date | Sat, 09 Sep 2006 23:05:05 +0000 |
parents | 109e241c0cca |
children | 8be8aac9ca76 |
files | etc/codecs.conf |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Sat Sep 09 22:40:22 2006 +0000 +++ b/etc/codecs.conf Sat Sep 09 23:05:05 2006 +0000 @@ -1370,6 +1370,14 @@ out YUY2 out BGR32,BGR24 +videocodec ffvp5 + info "FFmpeg VP5 decoder" + status working + fourcc VP50 + driver ffmpeg + dll "vp5" + out YV12 + videocodec vp5 info "On2 VP5 Personal Codec" status working @@ -1379,6 +1387,14 @@ out YUY2 out BGR32,BGR24 +videocodec ffvp6 + info "FFmpeg VP6 decoder" + status working + fourcc VP62 + driver ffmpeg + dll "vp6" + out YV12 + videocodec vp6 info "On2 VP6 Personal Codec" status working