Changeset 49

Show
Ignore:
Timestamp:
05/19/08 10:32:07 (3 months ago)
Author:
sip
Message:

Log fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • media/src/videostream.cpp

    r30 r49  
    543543 
    544544                //Cada 20 frames sacamos las estadisticas 
    545                 if (sendFrames==videoFPS*2
     545                if ((videoFPS && sendFrames==videoFPS*2 ) || sendFrames==50
    546546                { 
    547547                        //Y la diferencia 
     
    675675                         
    676676                        //Cada 20 frames sacamos las estadisticas 
    677                         if (recFrames==videoFPS*2
     677                        if ((videoFPS && (recFrames==videoFPS*2)) || recFrames==60
    678678                        { 
    679679                                //Y la diferencia 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software