/usr/include/bitstream/ietf/rtp6184.h is in libbitstream-dev 1.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 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__ */
|