Home
last modified time | relevance | path

Searched refs:MPJPEGContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmpjpeg.c28 typedef struct MPJPEGContext { struct
31 } MPJPEGContext; typedef
35 MPJPEGContext *mpj = s->priv_data; in mpjpeg_write_header()
42 MPJPEGContext *mpj = s->priv_data; in mpjpeg_write_packet()
53 { "boundary_tag", "Boundary tag", offsetof(MPJPEGContext, boundary_tag), AV_OPT_TYPE_STRING, {.str = BOUNDARY_TAG}, .flags = AV_OPT_FLAG_ENCODING_PARAM },
69 .priv_data_size = sizeof(MPJPEGContext),

Completed in 1 milliseconds