FFmpeg
|
#include "libavutil/channel_layout.h"
#include "avcodec.h"
#include "dolby_e.h"
#include "get_bits.h"
#include "put_bits.h"
Go to the source code of this file.
Data Structures | |
struct | DBEParseContext |
Functions | |
static int | dolby_e_parse (AVCodecParserContext *s2, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
const AVCodecParser | ff_dolby_e_parser |
|
static |
Definition at line 31 of file dolby_e_parser.c.
const AVCodecParser ff_dolby_e_parser |
Definition at line 67 of file dolby_e_parser.c.