]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_rtp_asterisk.c: Fix incorrect assignment of frame->subclass.frame_ending 88/1388/3
authorStefanEng86 <stefanen@kth.se>
Tue, 6 Oct 2015 16:05:00 +0000 (18:05 +0200)
committerStefanEng86 <stefanen@kth.se>
Wed, 7 Oct 2015 13:49:33 +0000 (15:49 +0200)
commitcc131832aadaf4c7323517697305d5beef8b4512
tree29760b12c1c8964fc3671aafa268ea18889392a5
parent52f413f7096b4c6b9cc577aad60b6442e926508d
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