|
FFmpeg
|
MJPEG encoder. More...
#include "libavutil/pixdesc.h"#include "avcodec.h"#include "jpegtables.h"#include "mjpegenc_common.h"#include "mpegvideo.h"#include "mjpeg.h"#include "mjpegenc.h"Macros | |
| #define | OFFSET(x) offsetof(MpegEncContext, x) |
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
| av_cold int | ff_mjpeg_encode_init (MpegEncContext *s) |
| av_cold void | ff_mjpeg_encode_close (MpegEncContext *s) |
| void | ff_mjpeg_encode_mb (MpegEncContext *s, int16_t block[12][64]) |
MJPEG encoder.
1.8.12