sbc: fix signedness of parameters
commit177948a6f23cbc58530ae394f791ba9fd764899a
authorSiarhei Siamashka <siarhei.siamashka@nokia.com>
Mon, 14 Mar 2011 18:21:53 +0000 (14 15:21 -0300)
committerLuiz Augusto von Dentz <luiz.dentz-von@nokia.com>
Mon, 14 Mar 2011 18:21:53 +0000 (14 15:21 -0300)
treeb2d25597cc7de7ca55068ef1ac40f73dee0a39c1
parentfd7dc68ded44bd307802c24c3d02366984d829a3
sbc: fix signedness of parameters

The written parameter of sbc_encode can be negative so it should be
ssize_t instead of size_t.
src/modules/bluetooth/sbc/sbc.c
src/modules/bluetooth/sbc/sbc.h