FFmpeg
|
Apple MJPEG-B decoder. More...
#include <inttypes.h>
#include "avcodec.h"
#include "internal.h"
#include "mjpeg.h"
#include "mjpegdec.h"
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 34 of file mjpegbdec.c.
Referenced by mjpegb_decode_frame().
|
static |
Definition at line 43 of file mjpegbdec.c.
AVCodec ff_mjpegb_decoder |
Definition at line 160 of file mjpegbdec.c.