From dd6c28a7e7866de60150509c013f2ac6075c8b36 Mon Sep 17 00:00:00 2001 From: Arnaud de Turckheim Date: Thu, 7 May 2015 17:04:46 +0200 Subject: [PATCH] add ietf/rtp6184.h --- ietf/rtp6184.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ietf/rtp6184.h diff --git a/ietf/rtp6184.h b/ietf/rtp6184.h new file mode 100644 index 0000000..c35afb2 --- /dev/null +++ b/ietf/rtp6184.h @@ -0,0 +1,9 @@ +/* + * RTP Payload Format for H.264 Video + */ +#ifndef __BITSTREAM_IETF_RTP6184_H__ +# define __BITSTREAM_IETF_RTP6184_H__ + +#define RTP_6184_CLOCKRATE 90000 + +#endif /* !__BITSTREAM_IETF_RTP6184_H__ */