Data Fields | |
| const AVClass * | class |
| int64_t | data |
| int64_t | data_end |
| int64_t | minpts |
| int64_t | maxpts |
| int | last_duration |
| int | w64 |
| int | write_bext |
Definition at line 39 of file wav.c.
| const AVClass* WAVContext::class |
| int64_t WAVContext::data |
Definition at line 41 of file wav.c.
Referenced by wav_write_header(), and wav_write_trailer().
| int64_t WAVContext::data_end |
Definition at line 42 of file wav.c.
Referenced by w64_read_header(), wav_read_header(), and wav_read_packet().
Definition at line 45 of file wav.c.
Referenced by wav_write_header(), wav_write_packet(), and wav_write_trailer().
| int64_t WAVContext::maxpts |
Definition at line 44 of file wav.c.
Referenced by wav_write_header(), wav_write_packet(), and wav_write_trailer().
| int64_t WAVContext::minpts |
Definition at line 43 of file wav.c.
Referenced by wav_write_header(), wav_write_packet(), and wav_write_trailer().
| int WAVContext::w64 |
Definition at line 46 of file wav.c.
Referenced by w64_read_header(), and wav_read_packet().
Definition at line 47 of file wav.c.
Referenced by wav_write_header().