mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
indention
Originally committed as revision 7403 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1694118b9b
commit
69c262d156
@ -1897,12 +1897,12 @@ int av_find_stream_info(AVFormatContext *ic)
|
||||
// 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)
|
||||
|
Loading…
Reference in New Issue
Block a user