Mercurial > libavformat.hg
changeset 2790:dd1fbe36d103 libavformat
Fix some spelling mistakes.
author | diego |
---|---|
date | Sun, 02 Dec 2007 14:06:28 +0000 |
parents | 6716e2fdc5cb |
children | 5d0fecceff17 |
files | rtp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;