X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fwma.h;h=325f03c44b7ad3d0ab83f71abc2f8cb81b05d0dc;hb=5dc37a5d8abd18755c5a2cae0840c32579ec299c;hp=4aad713fa81c911854aa50604a3d004c3e465729;hpb=3e0daf0716888d166329cffa554893846d6ec3be;p=ffmpeg diff --git a/libavcodec/wma.h b/libavcodec/wma.h index 4aad713fa81..325f03c44b7 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -144,7 +144,9 @@ extern const float ff_wma_lsp_codebook[NB_LSP_COEFS][16]; extern const uint32_t ff_aac_scalefactor_code[121]; extern const uint8_t ff_aac_scalefactor_bits[121]; +av_warn_unused_result int ff_wma_init(AVCodecContext *avctx, int flags2); + int ff_wma_total_gain_to_bits(int total_gain); int ff_wma_end(AVCodecContext *avctx); unsigned int ff_wma_get_large_val(GetBitContext *gb);