FFmpeg
|
#include "libavutil/mem.h"
#include "avcodec.h"
#include "bytestream.h"
#include "opus.h"
#include "parse.h"
#include "parser.h"
Go to the source code of this file.
Data Structures | |
struct | OpusParserContext |
Functions | |
static const uint8_t * | parse_opus_ts_header (const uint8_t *start, int *payload_len, int buf_len) |
static int | opus_find_frame_end (AVCodecParserContext *ctx, AVCodecContext *avctx, const uint8_t *buf, int buf_size, int *header_len) |
Find the end of the current frame in the bitstream. More... | |
static int | opus_parse (AVCodecParserContext *ctx, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
const AVCodecParser | ff_opus_parser |
|
static |
Definition at line 43 of file parser.c.
Referenced by opus_find_frame_end().
|
static |
Find the end of the current frame in the bitstream.
Definition at line 85 of file parser.c.
Referenced by opus_parse().
|
static |
const AVCodecParser ff_opus_parser |