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)
block_t *block;
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)
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