Dirac Parser.
More...
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
#include "parser.h"
Go to the source code of this file.
Functions |
static int | find_frame_end (DiracParseContext *pc, const uint8_t *buf, int buf_size) |
static int | unpack_parse_unit (DiracParseUnit *pu, DiracParseContext *pc, int offset) |
static int | dirac_combine_frame (AVCodecParserContext *s, AVCodecContext *avctx, int next, const uint8_t **buf, int *buf_size) |
static int | dirac_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
static void | dirac_parse_close (AVCodecParserContext *s) |
Detailed Description
Dirac Parser.
- Author
- Marco Gerards marco.nosp@m.@gnu.nosp@m..org
Definition in file dirac_parser.c.
Macro Definition Documentation
#define DIRAC_PARSE_INFO_PREFIX 0x42424344 |
Typedef Documentation
Find the end of the current frame in the bitstream.
- Returns
- the position of the first byte of the next frame or -1
Function Documentation
Variable Documentation