FFmpeg
|
#include "parser.h"
Go to the source code of this file.
Data Structures | |
struct | JPEG2000ParserContext |
Enumerations | |
enum | frame_type { jp2_file = 1, j2k_cstream } |
Functions | |
static void | reset_context (JPEG2000ParserContext *m) |
static uint8_t | info_marker (uint16_t marker) |
static int | find_frame_end (JPEG2000ParserContext *m, const uint8_t *buf, int buf_size) |
Find the end of the current frame in the bitstream. More... | |
static int | jpeg2000_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size) |
Variables | |
const AVCodecParser | ff_jpeg2000_parser |
JPEG2000 parser.
Definition in file jpeg2000_parser.c.
enum frame_type |
Enumerator | |
---|---|
jp2_file | |
j2k_cstream |
Definition at line 31 of file jpeg2000_parser.c.
|
inlinestatic |
Definition at line 49 of file jpeg2000_parser.c.
Referenced by find_frame_end().
|
static |
Definition at line 66 of file jpeg2000_parser.c.
Referenced by find_frame_end().
|
static |
Find the end of the current frame in the bitstream.
Definition at line 93 of file jpeg2000_parser.c.
Referenced by jpeg2000_parse().
|
static |
Definition at line 188 of file jpeg2000_parser.c.
const AVCodecParser ff_jpeg2000_parser |
Definition at line 214 of file jpeg2000_parser.c.