[MPlayer-cvslog] r31560 - trunk/libmpcodecs/vd_ffmpeg.c
compn
tempn at twmi.rr.com
Sun Jun 27 22:36:49 CEST 2010
On Sat, 26 Jun 2010 20:06:21 +0200 (CEST), reimar wrote:
>Author: reimar
>Date: Sat Jun 26 20:06:20 2010
>New Revision: 31560
>
>Log:
>Allow the FFmpeg VP8 decoder to work by disabling dr for it (thus we do not
>need edge emulation).
codecs.conf can be updated? ffvp8 is still marked 'buggy'.
btw would this be needed as well?
Index: mp_taglists.c
===================================================================
--- mp_taglists.c (revision 31574)
+++ mp_taglists.c (working copy)
@@ -112,6 +112,7 @@
{ 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_VP8, MKTAG('V', 'P', '8', '0')},
{ 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')},
-compn
More information about the MPlayer-cvslog
mailing list