Changeset 2441003d in ffmpeg

Timestamp:
Apr 24, 2011, 11:39:55 PM (14 years ago)
Author:
Diego Biurrun <diego@biurrun.de>
Branches:
master
Children:
293fe6da, 989fb05f
Parents:
5f85d49b
git-author:
Diego Biurrun <diego@biurrun.de> (04/24/11 17:49:39)
git-committer:
Diego Biurrun <diego@biurrun.de> (04/24/11 23:39:55)
Message:

vorbisdec: Employ proper printf format specifiers for uint_fast32_t.

libavcodec/vorbisdec.c:543: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘uint_fast32_t’
libavcodec/vorbisdec.c:543: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘uint_fast32_t’

(No files)

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