diff options
Diffstat (limited to 'libavcodec/msgsmdec.h')
-rw-r--r-- | libavcodec/msgsmdec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/msgsmdec.h b/libavcodec/msgsmdec.h index 554edbcb6e..fbf819a49c 100644 --- a/libavcodec/msgsmdec.h +++ b/libavcodec/msgsmdec.h @@ -22,6 +22,8 @@ #ifndef MSGSMDEC_H #define MSGSMDEC_H +#include "avcodec.h" + int ff_msgsm_decode_block(AVCodecContext *avctx, int16_t *samples, const uint8_t *buf); |