summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-06-13 11:41:12 +0200
committerDiego Biurrun <diego@biurrun.de>2012-07-03 17:35:11 +0200
commit09f211987cddf279390f8abe24d6a7a69622e356 (patch)
tree6f76ac0f8daf9794935c11bd99b7025daa13b178 /libavformat
parent22662ca56086ddb7240dc84a68ad89c785682f36 (diff)
downloadffmpeg-streaming-09f211987cddf279390f8abe24d6a7a69622e356.zip
ffmpeg-streaming-09f211987cddf279390f8abe24d6a7a69622e356.tar.gz
misc typo and wording fixes
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/rtp.h2
-rw-r--r--libavformat/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index e9f8778..0ffe18f 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
diff --git a/libavformat/version.h b/libavformat/version.h
index e2fa561..26bb2c5 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -44,7 +44,7 @@
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
/**
- * Those FF_API_* defines are not part of public API.
+ * These FF_API_* defines are not part of the public API.
* They may change, break or disappear at any time.
*/
#ifndef FF_API_CLOSE_INPUT_FILE
OpenPOWER on IntegriCloud