[Ffmpeg-devel] [PATCH] vp6 in flv
Aurelien Jacobs
aurel
Tue Jun 6 18:20:50 CEST 2006
On Tue, 06 Jun 2006 17:27:53 +0200
Benjamin Larsson <banan at student.ltu.se> wrote:
> Aurelien Jacobs wrote:
>
> >
> >That's right. Here is my version of this patch.
> >
> >Aurel
> >
> Does this enable vp6 flv playback in mplayer ?
I don't know. I use this to test my vp6 implementation...
> >Index: libavcodec/avcodec.h
> >===================================================================
> >--- libavcodec/avcodec.h (revision 5457)
> >+++ libavcodec/avcodec.h (working copy)
> >@@ -63,6 +63,7 @@
> > CODEC_ID_H264,
> > CODEC_ID_INDEO3,
> > CODEC_ID_VP3,
> >+ CODEC_ID_VP6,
> > CODEC_ID_THEORA,
> > CODEC_ID_ASV1,
> > CODEC_ID_ASV2,
> >
> This breaks binary compatibility. Add the codec at the end.
Right...
I use this for testing but this shouldn't be applied as is.
Aurel
More information about the ffmpeg-devel
mailing list