Mercurial > libavformat.hg
changeset 1617:ad71e733bc20 libavformat
indention
author | michael |
---|---|
date | Tue, 02 Jan 2007 20:35:46 +0000 |
parents | dfe8b8bd6833 |
children | 7376514d9d60 |
files | utils.c |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Tue Jan 02 20:32:01 2007 +0000 +++ b/utils.c Tue Jan 02 20:35:46 2007 +0000 @@ -1897,12 +1897,12 @@ // av_log(NULL, AV_LOG_ERROR, "%f\n", dur); if(duration_count[index] < 2) memset(duration_error, 0, sizeof(duration_error)); - for(i=1; i<MAX_STD_TIMEBASES; i++){ - int framerate= get_std_framerate(i); - int ticks= lrintf(dur*framerate/(1001*12)); - double error= dur - ticks*1001*12/(double)framerate; - duration_error[index][i] += error*error; - } + for(i=1; i<MAX_STD_TIMEBASES; i++){ + int framerate= get_std_framerate(i); + int ticks= lrintf(dur*framerate/(1001*12)); + double error= dur - ticks*1001*12/(double)framerate; + duration_error[index][i] += error*error; + } duration_count[index]++; if(st->codec_info_nb_frames == 0 && 0)