#include "avs3.h"
#include "get_bits.h"
#include "parser.h"
Go to the source code of this file.
|
static int | avs3_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size) |
|
static void | parse_avs3_nal_units (AVCodecParserContext *s, const uint8_t *buf, int buf_size, AVCodecContext *avctx) |
|
static int | avs3_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
|
◆ avs3_find_frame_end()
◆ parse_avs3_nal_units()
◆ avs3_parse()
◆ ff_avs3_parser
Initial value:= {
}
static char * split(char *message, char delim)
static int avs3_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
void ff_parse_close(AVCodecParserContext *s)
Definition at line 173 of file avs3_parser.c.