73 #define ATTR_NAME_TYPE_INT 0
74 #define ATTR_NAME_TYPE_STR 1
118 int au_headers_length, au_header_size, i;
126 au_headers_length =
AV_RB16(buf);
137 if (len < data->au_headers_length_bytes)
144 if (au_header_size <= 0 || (au_headers_length % au_header_size != 0))
193 if (len < data->au_headers[0].
size)
214 char *attr,
char *
value)
219 if (!strcmp(attr,
"config")) {
228 for (i = 0; attr_names[i].
str; ++i) {
231 *(
int *)((
char *)data+
232 attr_names[i].
offset) = atoi(value);
234 *(
char **)((
char *)data+