]> code.delx.au - pulseaudio/commit
rtp: Fix bracketing in pa_rtp_recv.
authorColin Guthrie <cguthrie@mandriva.org>
Sat, 8 May 2010 12:47:19 +0000 (13:47 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Sat, 8 May 2010 13:21:52 +0000 (14:21 +0100)
commit678f12d0568a50ce81626ca87998da983491be13
treeffaaa5da51f75db8c79cbaa61ff1ab2ef55aa3cb
parent74591da68be69f4a4853dbc1d12e7ca5fb8af4cf
rtp: Fix bracketing in pa_rtp_recv.

The syntactically correct error meant that the timestamp was always
marked as found and only the first header was checked.

In the case where the timestamp was the first header, things
would have worked as expected.

Thanks to pino for reporting via bug refs #818
src/modules/rtp/rtp.c