JPEG2000 parser.
More...
Go to the source code of this file.
JPEG2000 parser.
Definition in file jpeg2000_parser.c.
◆ frame_type
◆ reset_context()
◆ info_marker()
| static uint8_t info_marker |
( |
uint16_t | marker | ) |
|
|
static |
◆ 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 -1
Definition at line 94 of file jpeg2000_parser.c.
Referenced by jpeg2000_parse().
◆ jpeg2000_parse()
◆ ff_jpeg2000_parser
Initial value:= {
}
static int parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
static av_cold void close(AVCodecParserContext *s)
static int jpeg2000_parse(AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)
av_cold void ff_parse_close(AVCodecParserContext *s)
#define PARSER_CODEC_LIST(...)
Definition at line 215 of file jpeg2000_parser.c.