FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
DynBuffer Struct Reference

Data Fields

int pos
 
int size
 
int allocated_size
 
uint8_tbuffer
 
int io_buffer_size
 
uint8_t io_buffer [1]
 

Detailed Description

Definition at line 1177 of file aviobuf.c.

Field Documentation

int DynBuffer::pos

Definition at line 1178 of file aviobuf.c.

Referenced by dyn_buf_seek(), dyn_buf_write(), and null_buf_write().

int DynBuffer::size
int DynBuffer::allocated_size

Definition at line 1178 of file aviobuf.c.

Referenced by dyn_buf_write().

uint8_t* DynBuffer::buffer

Definition at line 1179 of file aviobuf.c.

Referenced by avio_close_dyn_buf(), and dyn_buf_write().

int DynBuffer::io_buffer_size

Definition at line 1180 of file aviobuf.c.

Referenced by url_open_dyn_buf_internal().

uint8_t DynBuffer::io_buffer[1]

Definition at line 1181 of file aviobuf.c.

Referenced by url_open_dyn_buf_internal().


The documentation for this struct was generated from the following file: