Changeset 0523dc57 in ffmpeg

Timestamp:
Jul 15, 2011, 11:26:51 PM (13 years ago)
Author:
Diego Biurrun <diego@biurrun.de>
Branches:
master
Children:
21aed0ed
Parents:
34e36f3a
git-author:
Diego Biurrun <diego@biurrun.de> (07/06/11 23:31:03)
git-committer:
Diego Biurrun <diego@biurrun.de> (07/15/11 23:26:51)
Message:

libspeexdec: Drop const qualifier to silence compiler warning.

libavcodec/libspeexdec.c:108: warning: passing argument 2 of ‘speex_bits_read_from’ discards qualifiers from pointer target type
/usr/include/speex/speex_bits.h:80: note: expected ‘char *’ but argument is of type ‘const uint8_t *’

(No files)

Note: See TracChangeset for help on using the changeset viewer.