]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_rtp_asterisk.c: Fix incorrect assignment of frame->subclass.frame_ending 11/1411/1
authorStefanEng86 <stefanen@kth.se>
Tue, 6 Oct 2015 16:05:00 +0000 (18:05 +0200)
committerJoshua Colp <jcolp@digium.com>
Wed, 7 Oct 2015 14:50:58 +0000 (09:50 -0500)
commita1435aa3fad5bda73a66dbccf3982787eff55ea2
treec6448b76998e212fbed04f013a151793b673d16b
parent3357678b949ebbc2f7aa00144d19bdbcfb1896b1
res/res_rtp_asterisk.c: Fix incorrect assignment of frame->subclass.frame_ending

In ast_rtp_read, the value of the variable 'mark' which we try to assign to a
frame->subclass.frame_ending may be 0, 1 or (1<<23), but we should translate
it to 0 or 1.

ASTERISK-25451 #close
Change-Id: I53bdf5c026041730184a6a809009c028549ce626
res/res_rtp_asterisk.c