| FFmpeg
    | 
DataContext Struct Reference
  | Data Fields | |
| const uint8_t * | data | 
| void * | tofree | 
| size_t | size | 
| size_t | pos | 
Detailed Description
Definition at line 26 of file data_uri.c.
Field Documentation
| const uint8_t* DataContext::data | 
Definition at line 27 of file data_uri.c.
Referenced by data_open(), and data_read().
| size_t DataContext::pos | 
Definition at line 30 of file data_uri.c.
Referenced by data_read().
| size_t DataContext::size | 
Definition at line 29 of file data_uri.c.
Referenced by data_open(), and data_read().
| void* DataContext::tofree | 
Definition at line 28 of file data_uri.c.
Referenced by data_close(), and data_open().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11