| FFmpeg
    | 
| Data Fields | |
| int | frames | 
| int | cur_frame | 
| int | rate | 
| int | bits | 
| int | block_align | 
| int | has_video | 
| int | has_audio | 
| int | curstrm | 
| int | pktsize | 
| int | gmcsize | 
| int | sndsize | 
| int | flags | 
| uint8_t | gmc [4] | 
Detailed Description
Field Documentation
| int SIFFContext::bits | 
Definition at line 49 of file siff.c.
Referenced by siff_parse_soun(), and siff_parse_vbv1().
| int SIFFContext::block_align | 
Definition at line 50 of file siff.c.
Referenced by siff_parse_soun(), siff_parse_vbv1(), and siff_read_packet().
| int SIFFContext::cur_frame | 
Definition at line 47 of file siff.c.
Referenced by siff_parse_vbv1(), and siff_read_packet().
| int SIFFContext::curstrm | 
Definition at line 55 of file siff.c.
Referenced by siff_parse_vbv1(), and siff_read_packet().
| int SIFFContext::flags | 
Definition at line 60 of file siff.c.
Referenced by siff_read_packet().
| int SIFFContext::frames | 
Definition at line 46 of file siff.c.
Referenced by siff_parse_vbv1(), and siff_read_packet().
| uint8_t SIFFContext::gmc[4] | 
Definition at line 61 of file siff.c.
Referenced by siff_read_packet().
| int SIFFContext::gmcsize | 
Definition at line 57 of file siff.c.
Referenced by siff_read_packet().
| int SIFFContext::has_audio | 
Definition at line 53 of file siff.c.
Referenced by siff_parse_vbv1().
| int SIFFContext::has_video | 
Definition at line 52 of file siff.c.
Referenced by siff_parse_vbv1(), and siff_read_packet().
| int SIFFContext::pktsize | 
Definition at line 56 of file siff.c.
Referenced by siff_read_packet().
| int SIFFContext::rate | 
Definition at line 48 of file siff.c.
Referenced by create_audio_stream(), siff_parse_soun(), and siff_parse_vbv1().
| int SIFFContext::sndsize | 
Definition at line 58 of file siff.c.
Referenced by siff_read_packet().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11