int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext. 
 
AVFormatInternal * internal
An opaque field for libavformat internal usage. 
 
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_RL16
 
int block_align
number of bytes per packet if constant and known or 0 Used by some WAV based audio codecs...
 
static int read_packet(AVFormatContext *s, AVPacket *pkt)
 
AVStream * avformat_new_stream(AVFormatContext *s, const AVCodec *c)
Add a new stream to a media file. 
 
AVStream ** streams
A list of all streams in the file. 
 
unsigned int avio_rl32(AVIOContext *s)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
int avio_r8(AVIOContext *s)
 
AVCodecContext * codec
Codec context associated with this stream. 
 
int buf_size
Size of buf except extra allocated bytes. 
 
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero. 
 
AVInputFormat ff_boa_demuxer
 
enum AVMediaType codec_type
 
int sample_rate
samples per second 
 
AVIOContext * pb
I/O context. 
 
static int read_header(AVFormatContext *s)
 
This structure contains the data a format has to probe a file. 
 
int channels
number of audio channels 
 
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32
 
This structure stores compressed data. 
 
static int probe(AVProbeData *p)