FFmpeg
|
#include <stdint.h>
#include "libavutil/internal.h"
#include "get_bits.h"
#include "parser.h"
#include "mlp_parse.h"
#include "mlp.h"
Go to the source code of this file.
Data Structures | |
struct | MLPParseContext |
Functions | |
static av_cold int | mlp_init (AVCodecParserContext *s) |
static int | mlp_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
const AVCodecParser | ff_mlp_parser |
MLP parser
Definition in file mlp_parser.c.
|
static |
Definition at line 46 of file mlp_parser.c.
|
static |
Definition at line 52 of file mlp_parser.c.
const AVCodecParser ff_mlp_parser |
Definition at line 207 of file mlp_parser.c.