FFmpeg
|
#include <h2645_parse.h>
Data Fields | |
uint8_t * | rbsp_buffer |
int | rbsp_buffer_alloc_size |
int | rbsp_buffer_size |
Definition at line 67 of file h2645_parse.h.
uint8_t* H2645RBSP::rbsp_buffer |
Definition at line 68 of file h2645_parse.h.
Referenced by ff_h2645_extract_rbsp(), ff_h2645_packet_split(), ff_h2645_packet_uninit(), generate_fake_vps(), and parse_nal_units().
int H2645RBSP::rbsp_buffer_alloc_size |
Definition at line 69 of file h2645_parse.h.
Referenced by ff_h2645_packet_split(), ff_h2645_packet_uninit(), generate_fake_vps(), and parse_nal_units().
int H2645RBSP::rbsp_buffer_size |
Definition at line 70 of file h2645_parse.h.
Referenced by ff_h2645_extract_rbsp(), ff_h2645_packet_split(), and ff_h2645_packet_uninit().