Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
iptv: rtsp - a little cosmetic fix
  • Loading branch information
perexg committed Jun 2, 2015
1 parent 072ff3f commit beb8b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/iptv/iptv_rtsp.c
Expand Up @@ -262,7 +262,7 @@ iptv_rtsp_read ( iptv_mux_t *im )
r = recv(im->mm_iptv_fd2, buf, sizeof(buf), MSG_DONTWAIT);
} while (r > 0);

r = iptv_rtp_read(im, um, & iptv_rtp_header_callback);
r = iptv_rtp_read(im, um, iptv_rtp_header_callback);
if (r < 0 && ERRNO_AGAIN(errno))
r = 0;
return r;
Expand Down

0 comments on commit beb8b99

Please sign in to comment.