29         0x84, 0x10, 0xFF, 0xFF, 0xFF, 0xFF,  0x1E, 0x00
 
#define AV_LOG_WARNING
Something somehow does not look correct. 
 
AVStream ** streams
A list of all streams in the file. 
 
static const uint8_t header[24]
 
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
 
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered. 
 
#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. 
 
AVRational avg_frame_rate
Average framerate. 
 
unsigned int nb_streams
Number of elements in AVFormatContext.streams. 
 
AVOutputFormat ff_roq_muxer
 
int void avio_flush(AVIOContext *s)
Force flushing of buffered data. 
 
AVIOContext * pb
I/O context. 
 
AVCodecParameters * codecpar
Codec parameters associated with this stream. 
 
static int roq_write_header(struct AVFormatContext *s)