]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtp.h
lavc: add a OpenEXR decoder
[ffmpeg] / libavformat / rtp.h
index 23588755ece9175b3ef2423857ffb226d1179a16..5cd77fed9b2df40883ffe523263a377bd427f251 100644 (file)
@@ -91,4 +91,6 @@ enum RTCPType {
     RTCP_APP   // 204
 };
 
+#define RTP_PT_IS_RTCP(x) ((x) >= RTCP_SR && (x) <= RTCP_APP)
+
 #endif /* AVFORMAT_RTP_H */