diff options
Diffstat (limited to 'ffmpeg/libavcodec/msgsmdec.h')
| -rw-r--r-- | ffmpeg/libavcodec/msgsmdec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
