#include "libavutil/common.h"
#include "parser.h"
#include "hevc.h"
Go to the source code of this file.
§ START_CODE
#define START_CODE 0x000001 |
§ hevc_find_frame_end()
Find the end of the current frame in the bitstream.
- Returns
- the position of the first byte of the next frame, or END_NOT_FOUND
Definition at line 34 of file hevc_parser.c.
Referenced by hevc_parse().
§ hevc_parse()
§ hevc_split()
§ ff_hevc_parser
Initial value:= {
}
static int hevc_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
static char * split(char *message, char delim)
void ff_parse_close(AVCodecParserContext *s)
static int hevc_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
Definition at line 119 of file hevc_parser.c.