openh264/codec/encoder
Martin Storsjö c8972f1c32 Consistently use the right type for log prints
These fields were originally int64_t. Even though long long is
the same size as int64_t in all setups, some compilers treat
it as a different type than long long (in 64 bit environments,
int64_t is a long, not a long long, even if they are the same
size).

%"PRId64" is used for printing int64_t, while %lld is used
for printing long long.

This fixes build warnings with gcc.
2015-01-15 12:33:44 +02:00
..
core Consistently use the right type for log prints 2015-01-15 12:33:44 +02:00
plus enhance param checking with num-ref and related logging 2015-01-12 10:39:51 +08:00
targets.mk move cabac table to common 2014-10-30 12:42:09 +08:00