#include "avformat.h"#include "raw.h"#include "riff.h"Go to the source code of this file.
Data Structures | |
| struct | WAVContext |
Defines | |
| #define | MAX_SIZE 4096 |
Functions | |
| static int | find_tag (ByteIOContext *pb, uint32_t tag1) |
| static int | wav_probe (AVProbeData *p) |
| static int | wav_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | wav_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | wav_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) |
| static int find_tag | ( | ByteIOContext * | pb, | |
| uint32_t | tag1 | |||
| ) | [static] |
| static int wav_probe | ( | AVProbeData * | p | ) | [static] |
| static int wav_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int wav_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
| static int wav_read_seek | ( | AVFormatContext * | s, | |
| int | stream_index, | |||
| int64_t | timestamp, | |||
| int | flags | |||
| ) | [static] |
1.5.8