#include "avcodec.h"
#include "mjpeg.h"
#include "mjpegdec.h"
Go to the source code of this file.
Functions | |
static int | mjpegb_decode_frame (AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) |
Variables | |
AVCodec | mjpegb_decoder |
Definition in file mjpegbdec.c.
static int mjpegb_decode_frame | ( | AVCodecContext * | avctx, | |
void * | data, | |||
int * | data_size, | |||
const uint8_t * | buf, | |||
int | buf_size | |||
) | [static] |
Definition at line 32 of file mjpegbdec.c.
Initial value:
{ "mjpegb", CODEC_TYPE_VIDEO, CODEC_ID_MJPEGB, sizeof(MJpegDecodeContext), ff_mjpeg_decode_init, NULL, ff_mjpeg_decode_end, mjpegb_decode_frame, CODEC_CAP_DR1, NULL, .long_name = NULL_IF_CONFIG_SMALL("Apple MJPEG-B"), }
Definition at line 141 of file mjpegbdec.c.