/* Global variables, config data. Added in avinfo 0.7 */ struct{ struct{ char header;//disable header reading char streams;//turn off STREAMS reading char info;//turn off INFO list-type search char eight; //use only 7-bits text (no pseudo-graph, no russian -_-) char index; //turn off index-based (bitrate, keyframes, etc) char accuracy;//do not print a "~" before number, a 00:0 in time, etc - for compact output }disable; struct{ char ignore; //quit if error char message; //message if error }error; struct{ char header; //use direct avih reading or use right parsing }direct; char ogm; //hack ogm processing }flags;