[Ffmpeg-cvslog] r6213 - in trunk: Changelog MAINTAINERS doc/ffmpeg-doc.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/vp5.c libavcodec/vp56.c libavcodec/vp56.h libavcodec/vp56data.c libavcodec/vp56data.h libavcodec/vp5data.h libavcodec/vp6.c libavcodec/vp6data.h libavformat/flvdec.c libavformat/nsvdec.c libavformat/riff.c libavformat/swf.c

Aurelien Jacobs aurel
Sun Sep 10 19:19:02 CEST 2006


On Sun, 10 Sep 2006 18:49:19 +0200
Baptiste Coudurier <baptiste.coudurier at smartjog.com> wrote:

> Hi
> 
> Thanks for the great job.
> 
> aurel wrote:
> > [...]
> > @@ -121,6 +121,9 @@
> >      CODEC_ID_CAVS,
> >      CODEC_ID_JPEG2000,
> >      CODEC_ID_VMNC,
> > +    CODEC_ID_VP5,
> > +    CODEC_ID_VP6,
> > +    CODEC_ID_VP6F,
> >  
> 
> Is defining a new codec id the only way to identify VP6 in flash ? It
> seems it uses the same function to decode. Why not using CODEC_ID_VP6 ?

It uses exactly the same functions but with just on different parameter
to select between verticaly filped picture or not. (avi is flipped, flv
is not).
I didn't found any better solution select between both.

Aurel




More information about the ffmpeg-cvslog mailing list