diff rtp_mpv.c @ 3968:bf1b4748cd2e libavformat

spelling cosmetics
author diego
date Thu, 02 Oct 2008 16:28:58 +0000
parents 1489d89efd77
children 77e0c7511d41
line wrap: on
line diff
--- a/rtp_mpv.c	Thu Oct 02 16:03:00 2008 +0000
+++ b/rtp_mpv.c	Thu Oct 02 16:28:58 2008 +0000
@@ -104,7 +104,7 @@
         memcpy(q, buf1, len);
         q += len;
 
-        /* 90 KHz time stamp */
+        /* 90kHz time stamp */
         s->timestamp = s->cur_timestamp;
         ff_rtp_send_data(s1, s->buf, q - s->buf, (len == size));