parent
645489cf90
commit
420ba222c6
@ -127,7 +127,7 @@ static int jpeg_parse(AVCodecParserContext *s,
|
|||||||
|
|
||||||
|
|
||||||
AVCodecParser ff_mjpeg_parser = {
|
AVCodecParser ff_mjpeg_parser = {
|
||||||
.codec_ids = { AV_CODEC_ID_MJPEG },
|
.codec_ids = { AV_CODEC_ID_MJPEG, AV_CODEC_ID_JPEGLS },
|
||||||
.priv_data_size = sizeof(MJPEGParserContext),
|
.priv_data_size = sizeof(MJPEGParserContext),
|
||||||
.parser_parse = jpeg_parse,
|
.parser_parse = jpeg_parse,
|
||||||
.parser_close = ff_parse_close,
|
.parser_close = ff_parse_close,
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#define LIBAVCODEC_VERSION_MAJOR 57
|
#define LIBAVCODEC_VERSION_MAJOR 57
|
||||||
#define LIBAVCODEC_VERSION_MINOR 48
|
#define LIBAVCODEC_VERSION_MINOR 48
|
||||||
#define LIBAVCODEC_VERSION_MICRO 101
|
#define LIBAVCODEC_VERSION_MICRO 102
|
||||||
|
|
||||||
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
|
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
|
||||||
LIBAVCODEC_VERSION_MINOR, \
|
LIBAVCODEC_VERSION_MINOR, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user