57     int fps, chunk_header;
 
  108     avio_seek(pb, chunk_header - 3, SEEK_SET);
 
  118     int ret, audio_offset, video_offset, chunk_size, audio_size = 0;
 
  126         while(state != 
MKTAG(
'S',
'A',
'V',
'I')){
 
  129             state = 256*state + 
avio_r8(pb);
 
  137         audio_size      = video_offset - audio_offset;
 
  139         if (audio_size < 0 || bfi->video_size < 0) {
 
#define AVERROR_INVALIDDATA
Invalid data found when processing input. 
enum AVCodecID codec_id
Specific type of the encoded data (the codec used). 
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext. 
int64_t avio_skip(AVIOContext *s, int64_t offset)
Skip given number of bytes forward. 
8 bits with AV_PIX_FMT_RGB32 palette 
AVStream * avformat_new_stream(AVFormatContext *s, const AVCodec *c)
Add a new stream to a media file. 
#define AVERROR_EOF
End of file. 
uint64_t channel_layout
Audio only. 
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf. 
int64_t bit_rate
The average bitrate of the encoded data (in bits per second). 
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered. 
unsigned int avio_rl32(AVIOContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
enum AVMediaType codec_type
General type of the encoded data. 
int extradata_size
Size of the extradata content in bytes. 
int avio_r8(AVIOContext *s)
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero. 
audio channel layout utility functions 
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
AVIOContext * pb
I/O context. 
This structure contains the data a format has to probe a file. 
int64_t duration
Decoding: duration of the stream, in stream time base. 
int sample_rate
Audio only. 
int64_t nb_frames
number of frames in this stream if known or 0 
void * priv_data
Format private data. 
int bits_per_coded_sample
The number of bits per sample in the codedwords. 
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent. 
AVCodecParameters * codecpar
int avio_feof(AVIOContext *s)
feof() equivalent for AVIOContext. 
#define AV_CH_LAYOUT_MONO
#define MKTAG(a, b, c, d)
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32
This structure stores compressed data. 
int64_t pts
Presentation timestamp in AVStream->time_base units; the time at which the decompressed packet will b...