FFmpeg
Loading...
Searching...
No Matches
msgsmdec.c File Reference
#include "avcodec.h"
#include "gsm.h"
#include "msgsmdec.h"
#include "gsmdec_template.c"

Go to the source code of this file.

Macros

#define BITSTREAM_READER_LE
 

Functions

int ff_msgsm_decode_block (AVCodecContext *avctx, int16_t *samples, const uint8_t *buf, int mode)
 

Macro Definition Documentation

◆ BITSTREAM_READER_LE

#define BITSTREAM_READER_LE

Definition at line 22 of file msgsmdec.c.

Function Documentation

◆ ff_msgsm_decode_block()

int ff_msgsm_decode_block ( AVCodecContext * avctx,
int16_t * samples,
const uint8_t * buf,
int mode )

Definition at line 29 of file msgsmdec.c.

Referenced by gsm_decode_frame().