openh264/codec/decoder
Martin Storsjö b76714719e Print an intX_t by casting to int64_t
The internal intX_t is either int32_t or int64_t depending on
platform bitness. Since there is no existing printf format for
such an integer, cast it to an int64_t and use the right
printf format for that instead.

This avoids warnings when building with clang.
2014-06-25 09:19:23 +03:00
..
core Print an intX_t by casting to int64_t 2014-06-25 09:19:23 +03:00
plus Merge pull request #954 from huili2/instant_dec 2014-06-13 10:58:25 +08:00
targets.mk Add arm64 code for intra-pred 2014-06-13 15:21:48 +08:00