74     uint32_t chunk_size, payload_size;
 
   85     if (chunk_size < payload_size + 16)
 
int64_t pos
byte position in stream, -1 if unknown 
static av_always_inline float av_int2float(uint32_t i)
Reinterpret a 32-bit integer as a float. 
enum AVCodecID codec_id
Specific type of the encoded data (the codec used). 
int64_t avio_skip(AVIOContext *s, int64_t offset)
Skip given number of bytes forward. 
unsigned int avio_rb32(AVIOContext *s)
int64_t duration
Duration of this packet in AVStream->time_base units, 0 if unknown. 
enum AVStreamParseType need_parsing
AVStream * avformat_new_stream(AVFormatContext *s, const AVCodec *c)
Add a new stream to a media file. 
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32
#define AVERROR_EOF
End of file. 
static int read_probe(AVProbeData *p)
#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. 
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero. 
static int read_header(AVFormatContext *s)
AVRational av_d2q(double d, int max)
Convert a double precision floating point number to a rational. 
const AVCodecTag ff_codec_bmp_tags[]
internal header for RIFF based (de)muxers do NOT include this in end user applications ...
AVIOContext * pb
I/O context. 
rational number numerator/denominator 
This structure contains the data a format has to probe a file. 
static int read_packet(AVFormatContext *s, AVPacket *pkt)
int64_t duration
Decoding: duration of the stream, in stream time base. 
AVInputFormat ff_mgsts_demuxer
int64_t start_time
Decoding: pts of the first frame of the stream in presentation order, in stream time base...
int64_t nb_frames
number of frames in this stream if known or 0 
AVCodecParameters * codecpar
int avio_feof(AVIOContext *s)
feof() equivalent for AVIOContext. 
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC). 
This structure stores compressed data.