Revert space removal around PRId64

pull/1143/head
SteveGilvarry 2015-11-05 01:25:44 +11:00
parent 5b68656602
commit 5423be9eb8
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ VideoStore::~VideoStore(){
void VideoStore::dumpPacket( AVPacket *pkt ){
char b[10240];
snprintf(b, sizeof(b), " pts: %"PRId64", dts: %"PRId64", data: %p, size: %d, sindex: %d, dflags: %04x, s-pos: %"PRId64", c-duration: %"PRId64"\n"
snprintf(b, sizeof(b), " pts: %" PRId64 ", dts: %" PRId64 ", data: %p, size: %d, sindex: %d, dflags: %04x, s-pos: %" PRId64 ", c-duration: %" PRId64 "\n"
, pkt->pts
, pkt->dts
, pkt->data