]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.h
avcodec/dcaenc: do not change user requested bitrate
[ffmpeg] / libavcodec / wma.h
index 4aad713fa81c911854aa50604a3d004c3e465729..325f03c44b7ad3d0ab83f71abc2f8cb81b05d0dc 100644 (file)
@@ -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);