[Ffmpeg-devel] tiff encoder (qualification task for GSoC)
Diego Biurrun
diego
Fri Mar 30 23:27:52 CEST 2007
On Fri, Mar 30, 2007 at 11:09:43PM +0200, Michael Niedermayer wrote:
>
> > --- libavcodec/allcodecs.c (wersja 8556)
> > +++ libavcodec/allcodecs.c (kopia robocza)
> > @@ -131,7 +131,7 @@
> > REGISTER_ENCDEC (TARGA, targa);
> > REGISTER_DECODER(THEORA, theora);
> > REGISTER_DECODER(TIERTEXSEQVIDEO, tiertexseqvideo);
> > - REGISTER_DECODER(TIFF, tiff);
> > + REGISTER_ENCDEC(TIFF, tiff);
> > REGISTER_DECODER(TRUEMOTION1, truemotion1);
>
> diego will likely want the ( to be aligned vertically ...
Yes :)
> > --- libavcodec/avcodec.h (wersja 8556)
> > +++ libavcodec/avcodec.h (kopia robocza)
> > @@ -2331,6 +2331,7 @@
> > extern AVCodec theora_decoder;
> > extern AVCodec tiertexseqvideo_decoder;
> > extern AVCodec tiff_decoder;
> > +extern AVCodec tiff_encoder;
> > extern AVCodec truemotion1_decoder;
> > extern AVCodec truemotion2_decoder;
> > extern AVCodec truespeech_decoder;
>
> the list of encoders and decoders is seperate, yes i know this is silly
> nitpicking
Please separate them nevertheless.
Diego
More information about the ffmpeg-devel
mailing list