summaryrefslogtreecommitdiff
path: root/libavformat/rtp.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-12-02 14:06:28 +0000
committerDiego Biurrun <diego@biurrun.de>2007-12-02 14:06:28 +0000
commitd0b53d05c8fbd285f9267ba9a871e3ab2952b114 (patch)
treeea2303b94cdb35c3d5cea6082f539e0c88f6119a /libavformat/rtp.c
parent74971185f3dce3ac55d4f56b4a5c9c686f1a6d6e (diff)
Fix some spelling mistakes.
Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.c')
-rw-r--r--libavformat/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp.c b/libavformat/rtp.c
index a9979520c2..f21b162a89 100644
--- a/libavformat/rtp.c
+++ b/libavformat/rtp.c
@@ -767,7 +767,7 @@ static int rtp_write_header(AVFormatContext *s1)
payload_type = RTP_PT_PRIVATE; /* private payload type */
s->payload_type = payload_type;
-// following 2 FIXMies could be set based on the current time, theres normaly no info leak, as rtp will likely be transmitted immedeatly
+// following 2 FIXMEs could be set based on the current time, there is normally no info leak, as RTP will likely be transmitted immediately
s->base_timestamp = 0; /* FIXME: was random(), what should this be? */
s->timestamp = s->base_timestamp;
s->cur_timestamp = 0;