[Ffmpeg-devel] [PATCH] ported SGI decoder to the new API

Diego Biurrun diego
Tue Mar 27 17:17:10 CEST 2007


On Tue, Mar 27, 2007 at 11:13:47PM +0800, Xiaohui Sun wrote:
> 
> Diego Biurrun wrote:
> > On Tue, Mar 27, 2007 at 03:34:39PM +0800, Xiaohui Sun wrote:
> >>
> >> --- libavcodec/avcodec.h	(revision 8531)
> >> +++ libavcodec/avcodec.h	(working copy)
> >> @@ -148,6 +148,7 @@
> >>      CODEC_ID_DSICINVIDEO,
> >>      CODEC_ID_TIERTEXSEQVIDEO,
> >>      CODEC_ID_TIFF,
> >> +    CODEC_ID_SGI,
> >>      CODEC_ID_GIF,
> >>      CODEC_ID_FFH264,
> >>      CODEC_ID_DXA,
> > 
> > Add the new ID at the end.
> > 
> > BTW, this should be documented.
> 
> Where should I put this document?

I meant that we should document how and where to add new IDs, since it
is a recurring problem.  Michael already did.

Diego





More information about the ffmpeg-devel mailing list