[Ffmpeg-devel] LucasArts SANM (Smush v2) decoder

Cyril Zorin cyril.zorin
Tue Jan 16 22:20:58 CET 2007


On 1/16/07, Mike Melanson <mike at multimedia.cx> wrote:
>
> Luca Barbato wrote:
> > Cyril Zorin wrote:
> >> Index: libavcodec/avcodec.h
> >> ===================================================================
> >> --- libavcodec/avcodec.h    (revision 7545)
> >> +++ libavcodec/avcodec.h    (working copy)
> >> @@ -135,6 +135,7 @@
> >>      CODEC_ID_ZMBV,
> >>      CODEC_ID_AVS,
> >>      CODEC_ID_SMACKVIDEO,
> >> +    CODEC_ID_SANM,
> >>      CODEC_ID_NUV,
> >>      CODEC_ID_KMVC,
> >>      CODEC_ID_FLASHSV,
> >
> > that would break the ABI for no reason...


I guess I have to avoid breaking the ABI then =P I suppose the ABI won't
break if I place CODEC_ID_SANM at the very end?

True. And while we're picking at this file, remember to bump the API
> version number near the top.
>

Yes sir!




More information about the ffmpeg-devel mailing list