[MPlayer-cvslog] r19781 - trunk/etc/codecs.conf

Tomáš Janoušek tomi at nomi.cz
Sun Sep 10 01:26:40 CEST 2006


Hi,

Sun, Sep 10, 2006 at 01:05:06AM +0200  rtogni napsal:
> VP50 and VP62 support via lavc

Still missing:

videocodec ffvp6f
  info "FFmpeg VP6 Flash"
  status working
  fourcc VP6F
  driver ffmpeg
  dll vp6f
  out I420

BTW the pixfmt is I420, according to the sources, unless I'm wrong.

And to get this working, please commit also this to libavformat:
--- riff.c      (revision 6216)
+++ riff.c      (working copy)
@@ -137,6 +137,7 @@
     { CODEC_ID_4XM, MKTAG('4', 'X', 'M', 'V') },
     { CODEC_ID_FLV1, MKTAG('F', 'L', 'V', '1') },
     { CODEC_ID_FLASHSV, MKTAG('F', 'S', 'V', '1') },
+    { CODEC_ID_VP6F, MKTAG('V', 'P', '6', 'F') },
     { CODEC_ID_SVQ1, MKTAG('s', 'v', 'q', '1') },
     { CODEC_ID_TSCC, MKTAG('t', 's', 'c', 'c') },
     { CODEC_ID_ULTI, MKTAG('U', 'L', 'T', 'I') },

Thanks,
-- 
.---------    Tomáš Janoušek   a.k.a. Liskni_si    ---------.
: NOMI team, developer, http://tomi.nomi.cz/   tomi at nomi.cz :
' JID:liskni_si at jabber.cz, ICQ#161807083, tel:+420608876277 '



More information about the MPlayer-cvslog mailing list