Commit 3dd2403c authored by Jean-Paul Saman's avatar Jean-Paul Saman

Add pid to verbose output

parent cc32b9ff
......@@ -566,7 +566,7 @@ int main(int i_argc, char* pa_argv[])
p_stream->pid[i_pid].i_pcr = i_pcr;
i_delta = p_stream->pid[i_pid].i_pcr - i_prev_pcr;
printf( "PCR " );
printf( "PCR (%d) ", i_pid );
if( b_verbose && (gettimeofday( &tv, NULL ) == 0) )
{
time_t time_current;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment