]> git.sesse.net Git - vlc/commit
rtp: remove mutually cancelling writes to block_t.i_buffer
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 25 Sep 2014 19:15:01 +0000 (22:15 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 25 Sep 2014 19:15:49 +0000 (22:15 +0300)
commit1f5d476ca04244ae677429be6528f2a8cdefb556
treea4e3d6c72104f8db126332e876d35f2a5e3b7e22
parenta1222364b5f81c9f6e819c001394858bc3f4cea4
rtp: remove mutually cancelling writes to block_t.i_buffer

rtp_packetize_common() overrode the correct value with 12, which was
then reset to the correct value.

Note: the AMR packetizer seems odd.
modules/stream_out/rtp.c
modules/stream_out/rtpfmt.c