Remove the PRID64_STRING_FORMAT and PRId64 stuff and simply use %lld. The
only 2 uses of PRID64 and PRId64 were two debug statements mpeg2enc/ratectl.cc, putseq.cc). Interestingly enough all the other int64_t printing was already done with %lld ;)
Authored by: sms00 2004-08-08
Parent: [r2404]
Child: [r2406]