Mercurial > libavformat.hg
changeset 6350:aea92c85d611 libavformat
Fix spelling in comment(s)
author | siretart |
---|---|
date | Sat, 07 Aug 2010 14:11:43 +0000 |
parents | 93c7a56fa912 |
children | 05a6d7c6813e |
files | rtsp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rtsp.c Sat Aug 07 11:16:07 2010 +0000 +++ b/rtsp.c Sat Aug 07 14:11:43 2010 +0000 @@ -1129,7 +1129,7 @@ rt->transport = reply->transports[0].transport; } - /* close RTP connection if not choosen */ + /* close RTP connection if not chosen */ if (reply->transports[0].lower_transport != RTSP_LOWER_TRANSPORT_UDP && (lower_transport == RTSP_LOWER_TRANSPORT_UDP)) { url_close(rtsp_st->rtp_handle);