From d0b53d05c8fbd285f9267ba9a871e3ab2952b114 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 2 Dec 2007 14:06:28 +0000 Subject: Fix some spelling mistakes. Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rtp.c') 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; -- cgit v1.2.3