create typedef for payload type\iana code

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1188 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-04-18 16:50:34 +00:00
parent 912ecb2e43
commit 6deb8b35df
6 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -477,7 +477,7 @@ struct switch_codec_interface {
/*! enumeration defining the type of the codec */
const switch_codec_type codec_type;
/*! the IANA code number */
uint8_t ianacode;
switch_payload_t ianacode;
/*! the IANA code name */
char *iananame;
/*! a list of codec implementations related to the codec */