Mercurial > libavcodec.hg
changeset 8500:2c3d8a3d902c libavcodec
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)
^
author | cehoyos |
---|---|
date | Sun, 28 Dec 2008 19:44:47 +0000 |
parents | c45cc4e913dd |
children | 1c02d905f93e |
files | qcelpdec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;