mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 22:45:39 +00:00
Asterisk already supported iLBC 30. This change adds iLBC 20. Now, Asterisk defaults to iLBC 20 but falls back to iLBC 30, when the remote party requests this. ASTERISK-26218 #close ASTERISK-26221 #close Reported by: Aaron Meriwether Change-Id: I07f523a3aa1338bb5217a1bf69c1eeb92adedffa
8 lines
131 B
C
8 lines
131 B
C
#ifndef _AST_FORMAT_ILBC_H_
|
|
#define _AST_FORMAT_ILBC_H_
|
|
|
|
struct ilbc_attr {
|
|
unsigned int mode;
|
|
};
|
|
|
|
#endif /* _AST_FORMAT_ILBC_H */ |