OSDN Git Service

avcodec/utils: cast a function argument to shut up a compiler warning
authorDiego Biurrun <diego@biurrun.de>
Wed, 11 Apr 2012 13:00:37 +0000 (15:00 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sun, 20 May 2012 13:09:07 +0000 (15:09 +0200)
commit0c517644b267d6bb41f898104725346d92202cc7
treed6479292d96c75665f55201ed1aa20b407767d77
parent4466d0e84b3a105a02170ce8bc9e22820ff0152f
avcodec/utils: cast a function argument to shut up a compiler warning

libavcodec/utils.c:251: note: expected ‘const uint8_t *’ but argument is of type ‘const short int *’
libavcodec/utils.c