summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud de Turckheim <quarium@gmail.com>2015-05-07 17:04:46 +0200
committerChristophe Massiot <cmassiot@openheadend.tv>2015-05-11 16:34:58 +0200
commitdd6c28a7e7866de60150509c013f2ac6075c8b36 (patch)
treee5cc0c6a6d8d295b304d24d9a30cdc5a122df80f
parentff3b4fbb54d2c8db4e2d959b885f6f0b96e1298a (diff)
add ietf/rtp6184.h
-rw-r--r--ietf/rtp6184.h9
1 files changed, 9 insertions, 0 deletions
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__ */