summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/rtp.h')
-rw-r--r--toxav/rtp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxav/rtp.h b/toxav/rtp.h
index d7fc5560..e1cf7950 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -46,8 +46,8 @@ extern "C" {
46 * Payload type identifier. Also used as rtp callback prefix. 46 * Payload type identifier. Also used as rtp callback prefix.
47 */ 47 */
48enum { 48enum {
49 rtp_TypeAudio = 192, 49 RTP_TYPE_AUDIO = 192,
50 rtp_TypeVideo = 193, 50 RTP_TYPE_VIDEO = 193,
51}; 51};
52 52
53/** 53/**