diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-02 14:06:28 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-02 14:06:28 +0000 |
commit | d0b53d05c8fbd285f9267ba9a871e3ab2952b114 (patch) | |
tree | ea2303b94cdb35c3d5cea6082f539e0c88f6119a /libavformat | |
parent | 74971185f3dce3ac55d4f56b4a5c9c686f1a6d6e (diff) | |
download | ffmpeg-d0b53d05c8fbd285f9267ba9a871e3ab2952b114.tar.gz |
Fix some spelling mistakes.
Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtp.c | 2 |
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; |