FFmpeg
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,
}
Definition: mjpeg_parser.c:31