FFmpeg
|
BMVContext Struct Reference
Data Fields | |
uint8_t * | packet |
int | size |
int | get_next |
int64_t | audio_pos |
Detailed Description
Field Documentation
int64_t BMVContext::audio_pos |
Definition at line 39 of file bmv.c.
Referenced by bmv_read_header(), and bmv_read_packet().
int BMVContext::get_next |
Definition at line 38 of file bmv.c.
Referenced by bmv_read_header(), and bmv_read_packet().
uint8_t* BMVContext::packet |
Definition at line 36 of file bmv.c.
Referenced by bmv_read_close(), and bmv_read_packet().
int BMVContext::size |
Definition at line 37 of file bmv.c.
Referenced by bmv_read_packet().
The documentation for this struct was generated from the following file:
- ffmpeg/libavformat/bmv.c
Generated on Sun Sep 21 2025 07:00:54 for FFmpeg by
