|
Libav 0.7.1
|
Sunplus JPEG decoder (SP5X). More...
Go to the source code of this file.
Functions | |
| static int | sp5x_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
Variables | |
| AVCodec | ff_sp5x_decoder |
| AVCodec | ff_amv_decoder |
Sunplus JPEG decoder (SP5X).
Definition in file sp5xdec.c.
| static int sp5x_decode_frame | ( | AVCodecContext * | avctx, |
| void * | data, | ||
| int * | data_size, | ||
| AVPacket * | avpkt | ||
| ) | [static] |
{
"amv",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_AMV,
sizeof(MJpegDecodeContext),
ff_mjpeg_decode_init,
NULL,
ff_mjpeg_decode_end,
sp5x_decode_frame,
0,
.long_name = NULL_IF_CONFIG_SMALL("AMV Video"),
}
{
"sp5x",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_SP5X,
sizeof(MJpegDecodeContext),
ff_mjpeg_decode_init,
NULL,
ff_mjpeg_decode_end,
sp5x_decode_frame,
CODEC_CAP_DR1,
NULL,
.max_lowres = 3,
.long_name = NULL_IF_CONFIG_SMALL("Sunplus JPEG (SP5X)"),
}
1.7.4