FFmpeg
|
#include <libutvideo.h>
Data Fields | |
CCodec * | codec |
unsigned int | buf_size |
uint8_t * | buffer |
Definition at line 51 of file libutvideo.h.
CCodec* UtVideoContext::codec |
Definition at line 52 of file libutvideo.h.
Referenced by utvideo_decode_close(), utvideo_decode_frame(), utvideo_decode_init(), utvideo_encode_close(), utvideo_encode_frame(), and utvideo_encode_init().
unsigned int UtVideoContext::buf_size |
Definition at line 53 of file libutvideo.h.
Referenced by utvideo_decode_frame(), utvideo_decode_init(), utvideo_encode_frame(), and utvideo_encode_init().
uint8_t* UtVideoContext::buffer |
Definition at line 54 of file libutvideo.h.
Referenced by utvideo_decode_close(), utvideo_decode_frame(), utvideo_decode_init(), utvideo_encode_close(), utvideo_encode_frame(), and utvideo_encode_init().