# HG changeset patch # User cehoyos # Date 1230493487 0 # Node ID 2c3d8a3d902c51570257b6a8c8818bcf1ab3d9ac # Parent c45cc4e913dd9904ead5ce4fb9fc8290c180e6b2 Silence one warning when compiling with icc: warning #188: enumerated type mixed with another type if((q->bitrate = determine_bitrate(avctx, buf_size, &buf)) == I_F_Q) ^ diff -r c45cc4e913dd -r 2c3d8a3d902c qcelpdec.c --- a/qcelpdec.c Sun Dec 28 19:40:13 2008 +0000 +++ b/qcelpdec.c Sun Dec 28 19:44:47 2008 +0000 @@ -646,7 +646,7 @@ * * TIA/EIA/IS-733 2.4.8.7.1 */ -static int determine_bitrate(AVCodecContext *avctx, const int buf_size, +static qcelp_packet_rate determine_bitrate(AVCodecContext *avctx, const int buf_size, const uint8_t **buf) { qcelp_packet_rate bitrate;