FFmpeg
|
#include <libutvideo.h>
Data Fields | |
CCodec * | codec |
unsigned int | buf_size |
uint8_t * | buffer |
Definition at line 64 of file libutvideo.h.
CCodec* UtVideoContext::codec |
Definition at line 65 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 66 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 67 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().