[MPlayer-cvslog] r27356 - in trunk: etc/codecs.conf libmpdemux/mp_taglists.c
compn
subversion at mplayerhq.hu
Mon Jul 28 03:01:55 CEST 2008
Author: compn
Date: Mon Jul 28 03:01:54 2008
New Revision: 27356
Log:
add ffvp6a codec
Modified:
trunk/etc/codecs.conf
trunk/libmpdemux/mp_taglists.c
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf (original)
+++ trunk/etc/codecs.conf Mon Jul 28 03:01:54 2008
@@ -1597,6 +1597,14 @@ videocodec ffvp6
dll "vp6"
out YV12
+videocodec ffvp6a
+ info "FFmpeg VP6A decoder"
+ status untested
+ fourcc VP6A
+ driver ffmpeg
+ dll "vp6a"
+ out I420,YUY2,YV12
+
videocodec ffvp6f
info "FFmpeg VP6 Flash decoder"
status working
Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c (original)
+++ trunk/libmpdemux/mp_taglists.c Mon Jul 28 03:01:54 2008
@@ -78,6 +78,7 @@ static const AVCodecTag mp_bmp_tags[] =
{ CODEC_ID_THP, MKTAG('T', 'H', 'P', 'V')},
{ CODEC_ID_TIERTEXSEQVIDEO, MKTAG('T', 'S', 'E', 'Q')},
{ CODEC_ID_TXD, MKTAG('T', 'X', 'D', 'V')},
+ { CODEC_ID_VP6A, MKTAG('V', 'P', '6', 'A')},
{ CODEC_ID_VMDVIDEO, MKTAG('V', 'M', 'D', 'V')},
{ CODEC_ID_WS_VQA, MKTAG('V', 'Q', 'A', 'V')},
{ CODEC_ID_XAN_WC3, MKTAG('W', 'C', '3', 'V')},
More information about the MPlayer-cvslog
mailing list