OSDN Git Service

avcodec/libilbc: support for latest git of libilbc
authorGianluigi Tiesi <mplayer@netfarm.it>
Fri, 19 Sep 2014 02:49:36 +0000 (04:49 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 28 Nov 2014 17:44:37 +0000 (18:44 +0100)
commit34ef754854ee6551d0db09c9ae4018e803c50b44
tree442ac65a990bc4f5752f7420e559d407b016d548
parent84487650e23b702b5f077a1913c435cdf697da77
avcodec/libilbc: support for latest git of libilbc

in the latest git commits of libilbc developers removed WebRtc_xxx typedefs

This commit uses int types instead,
it's safe to apply also for previous versions since
WebRtc_Word16 was always a typedef of int16_t and
WebRtc_UWord16 a typedef of uint16_t

Reviewed-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 59af5383c18c8cf3fe2a4b5cc1ebf2f3300bdfe5)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/libilbc.c