diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-06-13 11:41:12 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-07-03 17:35:11 +0200 |
commit | 09f211987cddf279390f8abe24d6a7a69622e356 (patch) | |
tree | 6f76ac0f8daf9794935c11bd99b7025daa13b178 /libavformat/rtp.h | |
parent | 22662ca56086ddb7240dc84a68ad89c785682f36 (diff) | |
download | ffmpeg-09f211987cddf279390f8abe24d6a7a69622e356.tar.gz |
misc typo and wording fixes
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r-- | libavformat/rtp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h index e9f87782fa..0ffe18fd84 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -77,7 +77,7 @@ enum CodecID ff_rtp_codec_id(const char *buf, enum AVMediaType codec_type); #define RTCP_TX_RATIO_DEN 1000 /* An arbitrary id value for RTP Xiph streams - only relevant to indicate - * the the configuration has changed within a stream (by changing the + * that the configuration has changed within a stream (by changing the * ident value sent). */ #define RTP_XIPH_IDENT 0xfecdba |