FFmpeg
libavcodec
Classes
|
Typedefs
|
Variables
mjpeg_parser.c File Reference
MJPEG parser.
More...
#include "parser.h"
Classes
struct
MJPEGParserContext
Typedefs
typedef struct
MJPEGParserContext
MJPEGParserContext
Variables
AVCodecParser
ff_mjpeg_parser
Detailed Description
MJPEG parser.
Variable Documentation
§
ff_mjpeg_parser
AVCodecParser
ff_mjpeg_parser
Initial value:
= {
.codec_ids = { AV_CODEC_ID_MJPEG, AV_CODEC_ID_JPEGLS },
.priv_data_size =
sizeof
(
MJPEGParserContext
),
.parser_parse = jpeg_parse,
.parser_close = ff_parse_close,
}
MJPEGParserContext
Definition:
mjpeg_parser.c:31
Generated by
1.8.12