X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fopus.h;h=edbaab5ce7d064205b97e4ce72dfb04ffde8486c;hb=d54ae9b782c85e626a1e49a8ee204728746227d1;hp=a10db7f0e8345ea3bdad3fbfc5297d2bf0a0a75a;hpb=fa2d28567e3514323c440c4b7935a3d711eded8d;p=ffmpeg diff --git a/libavcodec/opus.h b/libavcodec/opus.h index a10db7f0e83..edbaab5ce7d 100644 --- a/libavcodec/opus.h +++ b/libavcodec/opus.h @@ -194,4 +194,7 @@ int ff_silk_decode_superframe(SilkContext *s, OpusRangeCoder *rc, /* Encode or decode CELT bands */ void ff_celt_quant_bands(CeltFrame *f, OpusRangeCoder *rc); +/* Encode or decode CELT bitallocation */ +void ff_celt_bitalloc(CeltFrame *f, OpusRangeCoder *rc, int encode); + #endif /* AVCODEC_OPUS_H */