[FFmpeg-cvslog] r25554 - trunk/libavformat/rtsp.c
aurel
subversion
Sat Oct 23 18:19:53 CEST 2010
Author: aurel
Date: Sat Oct 23 18:19:53 2010
New Revision: 25554
Log:
use rtp_get_local_rtp_port() instead of the deprecated rtp_get_local_port()
Modified:
trunk/libavformat/rtsp.c
Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c Sat Oct 23 04:12:04 2010 (r25553)
+++ trunk/libavformat/rtsp.c Sat Oct 23 18:19:53 2010 (r25554)
@@ -1019,7 +1019,7 @@ static int make_setup_request(AVFormatCo
#endif
rtp_opened:
- port = rtp_get_local_port(rtsp_st->rtp_handle);
+ port = rtp_get_local_rtp_port(rtsp_st->rtp_handle);
have_port:
snprintf(transport, sizeof(transport) - 1,
"%s/UDP;", trans_pref);
More information about the ffmpeg-cvslog
mailing list