1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

Fix some spelling mistakes.

Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-12-02 14:06:28 +00:00
parent 74971185f3
commit d0b53d05c8
3 changed files with 4 additions and 4 deletions

View File

@@ -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;