[FFmpeg-cvslog] r9986 - trunk/ffserver.c
alex
subversion
Wed Aug 8 20:56:28 CEST 2007
Author: alex
Date: Wed Aug 8 20:56:27 2007
New Revision: 9986
Log:
cosmetic: indentation
Modified:
trunk/ffserver.c
Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c (original)
+++ trunk/ffserver.c Wed Aug 8 20:56:27 2007
@@ -343,10 +343,10 @@ static void update_datarate(DataRateData
drd->time1 = drd->time2 = cur_time;
drd->count1 = drd->count2 = count;
} else if (cur_time - drd->time2 > 5000) {
- drd->time1 = drd->time2;
- drd->count1 = drd->count2;
- drd->time2 = cur_time;
- drd->count2 = count;
+ drd->time1 = drd->time2;
+ drd->count1 = drd->count2;
+ drd->time2 = cur_time;
+ drd->count2 = count;
}
}
More information about the ffmpeg-cvslog
mailing list