From 89189b1010ded0a6cbc487ae36f2f95409aa699f Mon Sep 17 00:00:00 2001 From: Ganesh Ajjanagadde Date: Thu, 21 Jan 2016 08:22:40 +0530 Subject: lavc/wma: add av_warn_unused_result to ff_wma_init May help to prevent incidents like 19e456d48c90a1e3ceeb9e6241383384cc73dfdf. Reviewed-by: Michael Niedermayer Signed-off-by: Ganesh Ajjanagadde --- libavcodec/wma.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/wma.h b/libavcodec/wma.h index 4aad713fa8..325f03c44b 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); -- cgit v1.2.3