From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/msgsmdec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg/libavcodec/msgsmdec.h') diff --git a/ffmpeg/libavcodec/msgsmdec.h b/ffmpeg/libavcodec/msgsmdec.h index 3bfd1fd..b2a1a62 100644 --- a/ffmpeg/libavcodec/msgsmdec.h +++ b/ffmpeg/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 */ -- cgit v1.2.3