Browse Source

Add Opus RTP payload format header

master
Kieran Kunhya 9 years ago
committed by Christophe Massiot
parent
commit
87474f57f9
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      ietf/rtp7587.h

+ 9
- 0
ietf/rtp7587.h View File

@ -0,0 +1,9 @@
/*
* RTP Payload Format for the Opus Speech and Audio Codec
*/
#ifndef __BITSTREAM_IETF_RTP7587_H__
# define __BITSTREAM_IETF_RTP7587_H__
#define RTP_7587_CLOCKRATE 48000
#endif /* !__BITSTREAM_IETF_RTP7587_H__ */

Loading…
Cancel
Save