#include "libavutil/avutil.h"
#include "avs2.h"
#include "get_bits.h"
#include "parser.h"
Go to the source code of this file.
|
static int | avs2_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size) |
|
static void | parse_avs2_seq_header (AVCodecParserContext *s, const uint8_t *buf, int buf_size, AVCodecContext *avctx) |
|
static void | parse_avs2_units (AVCodecParserContext *s, const uint8_t *buf, int buf_size, AVCodecContext *avctx) |
|
static int | avs2_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
|
◆ avs2_find_frame_end()
static int avs2_find_frame_end |
( |
ParseContext * |
pc, |
|
|
const uint8_t * |
buf, |
|
|
int |
buf_size |
|
) |
| |
|
static |
◆ parse_avs2_seq_header()
◆ parse_avs2_units()
◆ avs2_parse()
◆ ff_avs2_parser
static int avs2_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)