You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
timer: fix misspelling of "decicycles"
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -61,7 +61,7 @@ tend= AV_READ_TIME();\
|
|||||||
}else\
|
}else\
|
||||||
tskip_count++;\
|
tskip_count++;\
|
||||||
if(((tcount+tskip_count)&(tcount+tskip_count-1))==0){\
|
if(((tcount+tskip_count)&(tcount+tskip_count-1))==0){\
|
||||||
av_log(NULL, AV_LOG_ERROR, "%"PRIu64" dezicycles in %s, %d runs, %d skips\n",\
|
av_log(NULL, AV_LOG_ERROR, "%"PRIu64" decicycles in %s, %d runs, %d skips\n",\
|
||||||
tsum*10/tcount, id, tcount, tskip_count);\
|
tsum*10/tcount, id, tcount, tskip_count);\
|
||||||
}\
|
}\
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user