Changeset 16c3ed58 in ffmpeg

Timestamp:
Aug 27, 2013, 12:25:34 PM (11 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
70106e73
Parents:
23120138
git-author:
Alfred E. Heggestad <aeh@db.org> (08/26/13 20:31:43)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (08/27/13 12:25:34)
Message:

libavutil: cast truncated values to uint32_t

programs using ffmpeg that are compiled with -Wshorten-64-to-32
gives a warning when using header files common.h and rational.h

cast 64-bit truncated values to (uint32_t) to avoid the warning

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

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