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__ */