Mercurial > libavformat.hg
diff rtp.c @ 2790:dd1fbe36d103 libavformat
Fix some spelling mistakes.
| author | diego |
|---|---|
| date | Sun, 02 Dec 2007 14:06:28 +0000 |
| parents | d52c718e83f9 |
| children | a6c922b05571 |
line wrap: on
line diff
--- a/rtp.c Sat Dec 01 22:21:04 2007 +0000 +++ b/rtp.c Sun Dec 02 14:06:28 2007 +0000 @@ -767,7 +767,7 @@ 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;
