summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/msi.h')
-rwxr-xr-xtoxav/msi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/msi.h b/toxav/msi.h
index 39a9c792..052126d2 100755
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -40,7 +40,7 @@ typedef void ( *MSICallback ) ( void *arg );
40 * @brief Call type identifier. Also used as rtp callback prefix. 40 * @brief Call type identifier. Also used as rtp callback prefix.
41 */ 41 */
42typedef enum { 42typedef enum {
43 type_audio = 70, 43 type_audio = 192,
44 type_video 44 type_video
45} MSICallType; 45} MSICallType;
46 46