Changeset 5e7a42171c1925f456fa0bc29f6e469e6eb94fed

Show
Ignore:
Timestamp:
19/09/07 19:22:07 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1190222527 +0000
git-parent:

[03328d73c2cea152f304ec9e31fb6e6d7b1bd861]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1190222527 +0000
Message:

Fix RTP prebufferring regression

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/udp.c

    r6a60406 r5e7a421  
    679679static block_t *BlockStartRTP( access_t *p_access ) 
    680680{ 
     681    p_access->pf_block = BlockRTP; 
    681682    return BlockPrebufferRTP( p_access, BlockUDP( p_access ) ); 
    682683}