Reindent after r17777.
Originally committed as revision 17778 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1316,7 +1316,8 @@ static int udp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
|
||||
for(i = 0; i < rt->nb_rtsp_streams; i++) {
|
||||
rtsp_st = rt->rtsp_streams[i];
|
||||
if (rtsp_st->rtp_handle) {
|
||||
/* currently, we cannot probe RTCP handle because of blocking restrictions */
|
||||
/* currently, we cannot probe RTCP handle because of
|
||||
* blocking restrictions */
|
||||
rtp_get_file_handles(rtsp_st->rtp_handle, &fd1, &fd2);
|
||||
if (fd1 > fd_max)
|
||||
fd_max = fd1;
|
||||
|
Reference in New Issue
Block a user