Changeset 49
- Timestamp:
- 05/19/08 10:32:07
(3 months ago)
- Author:
- sip
- Message:
Log fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r30 |
r49 |
|
| 543 | 543 | |
|---|
| 544 | 544 | //Cada 20 frames sacamos las estadisticas |
|---|
| 545 | | if (sendFrames==videoFPS*2) |
|---|
| | 545 | if ((videoFPS && sendFrames==videoFPS*2 ) || sendFrames==50) |
|---|
| 546 | 546 | { |
|---|
| 547 | 547 | //Y la diferencia |
|---|
| … | … | |
| 675 | 675 | |
|---|
| 676 | 676 | //Cada 20 frames sacamos las estadisticas |
|---|
| 677 | | if (recFrames==videoFPS*2) |
|---|
| | 677 | if ((videoFPS && (recFrames==videoFPS*2)) || recFrames==60) |
|---|
| 678 | 678 | { |
|---|
| 679 | 679 | //Y la diferencia |
|---|
Download in other formats:
|
|