FFmpeg
Classes | Typedefs | Variables
gsm_parser.c File Reference

GSM audio parser. More...

#include "libavutil/avassert.h"
#include "parser.h"
#include "gsm.h"

Classes

struct  GSMParseContext
 

Typedefs

typedef struct GSMParseContext GSMParseContext
 

Variables

AVCodecParser ff_gsm_parser
 

Detailed Description

GSM audio parser.

Splits packets into individual blocks.

Variable Documentation

§ ff_gsm_parser

AVCodecParser ff_gsm_parser
Initial value:
= {
.codec_ids = { AV_CODEC_ID_GSM, AV_CODEC_ID_GSM_MS },
.priv_data_size = sizeof(GSMParseContext),
.parser_parse = gsm_parse,
.parser_close = ff_parse_close,
}
Definition: gsm_parser.c:32
as in Berlin toast format
Definition: avcodec.h:569