Signed-off-by: Mans Rullgard <mans@mansr.com>
| ... | ... |
@@ -61,7 +61,7 @@ tend= AV_READ_TIME();\ |
| 61 | 61 |
}else\ |
| 62 | 62 |
tskip_count++;\ |
| 63 | 63 |
if(((tcount+tskip_count)&(tcount+tskip_count-1))==0){\
|
| 64 |
- av_log(NULL, AV_LOG_ERROR, "%"PRIu64" dezicycles in %s, %d runs, %d skips\n",\ |
|
| 64 |
+ av_log(NULL, AV_LOG_ERROR, "%"PRIu64" decicycles in %s, %d runs, %d skips\n",\ |
|
| 65 | 65 |
tsum*10/tcount, id, tcount, tskip_count);\ |
| 66 | 66 |
}\ |
| 67 | 67 |
} |