Data Fields | |
x264_param_t | params |
x264_t * | enc |
x264_picture_t | pic |
uint8_t * | sei |
int | sei_size |
AVFrame | out_pic |
Definition at line 29 of file libx264.c.
x264_t* X264Context::enc |
Definition at line 31 of file libx264.c.
Referenced by X264_close(), X264_frame(), and X264_init().
Definition at line 35 of file libx264.c.
Referenced by X264_frame(), and X264_init().
x264_param_t X264Context::params |
Definition at line 30 of file libx264.c.
Referenced by X264_init().
x264_picture_t X264Context::pic |
Definition at line 32 of file libx264.c.
Referenced by X264_frame().
uint8_t* X264Context::sei |
Definition at line 33 of file libx264.c.
Referenced by encode_nals(), and X264_close().
Definition at line 34 of file libx264.c.
Referenced by encode_nals(), and X264_init().