Commit 5e7a4217 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix RTP prebufferring regression

parent 03328d73
......@@ -678,6 +678,7 @@ static block_t *BlockPrebufferRTP( access_t *p_access, block_t *p_block )
static block_t *BlockStartRTP( access_t *p_access )
{
p_access->pf_block = BlockRTP;
return BlockPrebufferRTP( p_access, BlockUDP( p_access ) );
}
......
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