summaryrefslogtreecommitdiff
path: root/libavcodec/msgsmdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/msgsmdec.h')
-rw-r--r--libavcodec/msgsmdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/msgsmdec.h b/libavcodec/msgsmdec.h
index 3bfd1fd407..b2a1a627a5 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 */