From 4ed6e5999226f9061f546108c5be72fe6f21a775 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 12 Aug 2018 12:53:12 +0000 Subject: Fix enumerator names to comply with toxcore naming standards. --- toxav/rtp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxav/rtp.h') 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" { * Payload type identifier. Also used as rtp callback prefix. */ enum { - rtp_TypeAudio = 192, - rtp_TypeVideo = 193, + RTP_TYPE_AUDIO = 192, + RTP_TYPE_VIDEO = 193, }; /** -- cgit v1.2.3