73 #define ATTR_NAME_TYPE_INT 0
74 #define ATTR_NAME_TYPE_STR 1
116 int au_headers_length, au_header_size, i;
124 au_headers_length =
AV_RB16(buf);
135 if (len < data->au_headers_length_bytes)
142 if (au_header_size <= 0 || (au_headers_length % au_header_size != 0))
191 if (len < data->au_headers[0].
size)
212 char *attr,
char *
value)
217 if (!strcmp(attr,
"config")) {
226 for (i = 0; attr_names[i].
str; ++i) {
229 *(
int *)((
char *)data+
230 attr_names[i].
offset) = atoi(value);
232 *(
char **)((
char *)data+