FFmpeg
|
Apple MJPEG-B decoder. More...
Go to the source code of this file.
Functions | |
static uint32_t | read_offs (AVCodecContext *avctx, GetBitContext *gb, uint32_t size, const char *err_msg) |
static int | mjpegb_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
Variables | |
AVCodec | ff_mjpegb_decoder |
Apple MJPEG-B decoder.
Definition in file mjpegbdec.c.
|
static |
Definition at line 31 of file mjpegbdec.c.
Referenced by mjpegb_decode_frame().
|
static |
Definition at line 40 of file mjpegbdec.c.
AVCodec ff_mjpegb_decoder |
Definition at line 156 of file mjpegbdec.c.