X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fudp.c;h=c569316ebbec020393415a435dea7d6fd6055c3b;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=a1f5b80ed9107175c9ca0e41ebd81e921c8ddb1a;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/access/udp.c b/modules/access/udp.c index a1f5b80ed9..c569316ebb 100644 --- a/modules/access/udp.c +++ b/modules/access/udp.c @@ -424,7 +424,7 @@ static inline vlc_bool_t rtp_ChainInsert( access_t *p_access, block_t *p_block ) p_sys->p_end = p_block; return VLC_TRUE; } - /* walk through the queue from top down since the new packet is in + /* walk through the queue from top down since the new packet is in most cases just appended to the end */ for( ;; ) @@ -605,7 +605,7 @@ static block_t *BlockPrebufferRTP( access_t *p_access, block_t *p_block ) break; p = BlockParseRTP( p_access, BlockUDP( p_access ) ); - if( !p && (i_date - i_first) > p_sys->i_rtp_late ) + if( !p && (i_date - i_first) > p_sys->i_rtp_late ) { msg_Err( p_access, "error in RTP prebuffering!" ); break;