69 #define ATTR_NAME_TYPE_INT 0
70 #define ATTR_NAME_TYPE_STR 1
114 int au_headers_length, au_header_size, i;
119 au_headers_length =
AV_RB16(buf);
133 if (au_header_size <= 0 || (au_headers_length % au_header_size != 0))
181 char *attr,
char *value)
186 if (!strcmp(attr,
"config")) {
195 for (i = 0; attr_names[i].
str; ++i) {
198 *(
int *)((
char *)data+
199 attr_names[i].
offset) = atoi(value);
201 *(
char **)((
char *)data+