Silence one warning when compiling with icc:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Dec 2008 19:44:47 +0000 (19:44 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Dec 2008 19:44:47 +0000 (19:44 +0000)
commit3a095bee2ba377d8b8c137097df22a04237e3454
tree36a1057f776d1819d6bba0a3d5ac8a3acd04af9b
parent2c67c659639f3350e9e28d21bdcfc2dc76d4375b
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)
                     ^

Originally committed as revision 16374 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/qcelpdec.c