comparison rtsp.c @ 6350:aea92c85d611 libavformat

Fix spelling in comment(s)
author siretart
date Sat, 07 Aug 2010 14:11:43 +0000
parents 93c7a56fa912
children b7ee8424b7e6
comparison
equal deleted inserted replaced
6349:93c7a56fa912 6350:aea92c85d611
1127 } else { 1127 } else {
1128 rt->lower_transport = reply->transports[0].lower_transport; 1128 rt->lower_transport = reply->transports[0].lower_transport;
1129 rt->transport = reply->transports[0].transport; 1129 rt->transport = reply->transports[0].transport;
1130 } 1130 }
1131 1131
1132 /* close RTP connection if not choosen */ 1132 /* close RTP connection if not chosen */
1133 if (reply->transports[0].lower_transport != RTSP_LOWER_TRANSPORT_UDP && 1133 if (reply->transports[0].lower_transport != RTSP_LOWER_TRANSPORT_UDP &&
1134 (lower_transport == RTSP_LOWER_TRANSPORT_UDP)) { 1134 (lower_transport == RTSP_LOWER_TRANSPORT_UDP)) {
1135 url_close(rtsp_st->rtp_handle); 1135 url_close(rtsp_st->rtp_handle);
1136 rtsp_st->rtp_handle = NULL; 1136 rtsp_st->rtp_handle = NULL;
1137 } 1137 }