git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
spelling cosmetics
[ffmpeg.git]
/
libavformat
/
rtp_mpv.c
diff --git
a/libavformat/rtp_mpv.c
b/libavformat/rtp_mpv.c
index
2c67f05
..
59d8c18
100644
(file)
--- a/
libavformat/rtp_mpv.c
+++ b/
libavformat/rtp_mpv.c
@@
-104,7
+104,7
@@
void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size)
memcpy(q, buf1, len);
q += len;
- /* 90
K
Hz time stamp */
+ /* 90
k
Hz time stamp */
s->timestamp = s->cur_timestamp;
ff_rtp_send_data(s1, s->buf, q - s->buf, (len == size));