@@ -1081,7 +1081,7 @@ int process_av_files(char * record_info, int piptype)
time(&end);
printf("\nfinished,used %"PRIu64" second,encoded %.0lf second, the speed ratio is %.3lfX\n",end-start,(double)cur_time/1000,cur_time/1000.0/(end-start));
printf("\nfinished,used %"PRIu64" s, encoded %.0lf s, the speed ratio is %.3lfX\n",end-start,(double)cur_time/1000,cur_time/1000.0/(end-start));
return0;
}
...
...
@@ -1096,16 +1096,16 @@ int main(int argc, char * argv[])