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, 19 Sep 2014 07:29:07 +0000 (09:29 +0200)
commit59af5383c18c8cf3fe2a4b5cc1ebf2f3300bdfe5
treed8dcc9dc8466b708393ec1fe8467fc204303314c
parent7f8d28f6867810e8ed435e98a058b04a5ba46c61
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>
libavcodec/libilbc.c