amrnbdec: Don't use g_return_*_if_fail() on data parsing
authorEdward Hervey <edward@centricular.com>
Wed, 3 Jan 2018 15:02:08 +0000 (16:02 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 3 Jan 2018 15:04:26 +0000 (16:04 +0100)
commit63f8d33a6fd6ab6c50069355b6619289b9869e53
tree22865f6e95a01d222239095ca8a7d2b139d49acd
parent6da70e278a5683d4e776edc25043f2c5d0a2a302
amrnbdec: Don't use g_return_*_if_fail() on data parsing

Those functions can be disabled. Instead just use the (existing)
function.

CID #1427121
ext/amrnb/amrnbdec.c