mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 10:00:08 +01:00
cosmetic: indentation
Originally committed as revision 9986 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -343,10 +343,10 @@ static void update_datarate(DataRateData *drd, int64_t count)
|
|||||||
drd->time1 = drd->time2 = cur_time;
|
drd->time1 = drd->time2 = cur_time;
|
||||||
drd->count1 = drd->count2 = count;
|
drd->count1 = drd->count2 = count;
|
||||||
} else if (cur_time - drd->time2 > 5000) {
|
} else if (cur_time - drd->time2 > 5000) {
|
||||||
drd->time1 = drd->time2;
|
drd->time1 = drd->time2;
|
||||||
drd->count1 = drd->count2;
|
drd->count1 = drd->count2;
|
||||||
drd->time2 = cur_time;
|
drd->time2 = cur_time;
|
||||||
drd->count2 = count;
|
drd->count2 = count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user