Revert space removal around PRId64
parent
5b68656602
commit
5423be9eb8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue