streamts: fix -Wformat warning

Origin commit data
------------------
Commit: f45d4d2bd5
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-29 (Thu, 29 Sep 2016)

Origin message was:
------------------
- streamts: fix -Wformat warning
This commit is contained in:
vanhofen
2016-09-29 09:32:56 +02:00
parent 41be0e256e
commit 9fec447ce7

View File

@@ -176,7 +176,7 @@ bool CStreamInstance::Open()
void CStreamInstance::run()
{
printf("CStreamInstance::run: %llx\n", channel_id);
printf("CStreamInstance::run: %" PRIx64 "\n", channel_id);
/* pids here cannot be empty */
stream_pids_t::iterator it = pids.begin();