Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmpjpeg.c28 typedef struct MPJPEGContext { struct
31 } MPJPEGContext; argument
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, …
69 .priv_data_size = sizeof(MPJPEGContext),