FFmpeg
|
#include <h2645_parse.h>
Data Fields | |
uint8_t * | rbsp_buffer |
AVBufferRef * | rbsp_buffer_ref |
int | rbsp_buffer_alloc_size |
int | rbsp_buffer_size |
Definition at line 74 of file h2645_parse.h.
uint8_t* H2645RBSP::rbsp_buffer |
Definition at line 75 of file h2645_parse.h.
Referenced by alloc_rbsp_buffer(), ff_h2645_extract_rbsp(), generate_fake_vps(), and parse_nal_units().
AVBufferRef* H2645RBSP::rbsp_buffer_ref |
Definition at line 76 of file h2645_parse.h.
Referenced by alloc_rbsp_buffer(), and cbs_h2645_fragment_add_nals().
int H2645RBSP::rbsp_buffer_alloc_size |
Definition at line 77 of file h2645_parse.h.
Referenced by alloc_rbsp_buffer(), generate_fake_vps(), and parse_nal_units().
int H2645RBSP::rbsp_buffer_size |
Definition at line 78 of file h2645_parse.h.
Referenced by ff_h2645_extract_rbsp().