FFmpeg
Functions
gsmdec.c File Reference
#include "config_components.h"
#include "libavutil/channel_layout.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
#include "msgsmdec.h"
#include "gsmdec_template.c"

Go to the source code of this file.

Functions

static av_cold int gsm_init (AVCodecContext *avctx)
 
static int gsm_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt)
 
static void gsm_flush (AVCodecContext *avctx)
 

Detailed Description

GSM decoder

Definition in file gsmdec.c.

Function Documentation

◆ gsm_init()

static av_cold int gsm_init ( AVCodecContext avctx)
static

Definition at line 38 of file gsmdec.c.

◆ gsm_decode_frame()

static int gsm_decode_frame ( AVCodecContext avctx,
AVFrame frame,
int got_frame_ptr,
AVPacket avpkt 
)
static

Definition at line 68 of file gsmdec.c.

◆ gsm_flush()

static void gsm_flush ( AVCodecContext avctx)
static

Definition at line 109 of file gsmdec.c.