Data Fields | |
x264_param_t | params |
x264_t * | enc |
x264_picture_t | pic |
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 33 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().