You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/include/asterisk/ilbc.h

8 lines
131 B

#ifndef _AST_FORMAT_ILBC_H_
#define _AST_FORMAT_ILBC_H_
struct ilbc_attr {
unsigned int mode;
};
#endif /* _AST_FORMAT_ILBC_H */