Commit 593ead3e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Ooooooooups

parent 26f8df3b
...@@ -568,8 +568,8 @@ static int Demux (demux_t *demux) ...@@ -568,8 +568,8 @@ static int Demux (demux_t *demux)
block_t *block; block_t *block;
block = p_sys->framed_rtp block = p_sys->framed_rtp
? rtp_dgram_recv (demux, p_sys->fd) ? rtp_stream_recv (demux, p_sys->fd)
: rtp_stream_recv (demux, p_sys->fd); : rtp_dgram_recv (demux, p_sys->fd);
if (!block) if (!block)
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment