diff options
Diffstat (limited to 'libavcodec/msgsmdec.h')
-rw-r--r-- | libavcodec/msgsmdec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/msgsmdec.h b/libavcodec/msgsmdec.h index 76c87f1bd9..adbda9a9d0 100644 --- a/libavcodec/msgsmdec.h +++ b/libavcodec/msgsmdec.h @@ -25,6 +25,6 @@ #include "avcodec.h" int ff_msgsm_decode_block(AVCodecContext *avctx, int16_t *samples, - const uint8_t *buf); + const uint8_t *buf, int mode); #endif /* AVCODEC_MSGSMDEC_H */ |