[CELT-dev] CELT in ffmpeg and API questions

Gregory Maxwell gmaxwell at gmail.com
Wed Apr 20 06:17:59 PDT 2011


On Wed, Apr 20, 2011 at 8:10 AM, Nicolas George
<nicolas.george at normalesup.org> wrote:
> Hi.
>
> I am glad to inform everyone here that support for decoding using libcelt
> was just pushed to ffmpeg.
>
> It raised a few API questions or issues:
>
> * At least while it's experimental, having a constant in the library for the
>  supported bitstream version would probably be useful. Something like that
>  comes to mind:
>
>  extern celt_int32 celt_bitstream_version;
>
>  or, even better:
>
>  int celt_bitstream_version_supported(celt_int32 version);


We removed that functionality in
ff96b165feadf5c0bb5c75c3013d3447bd57298a on march 21st as we no longer
intend to change the CELT bitstream itself (the Ogg encapsulation is
another matter).



More information about the celt-dev mailing list