Moved some initialisations

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2691 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2008-12-05 18:13:45 +00:00
parent 842398a32f
commit fe1c1f3beb
1 changed files with 1 additions and 4 deletions

View File

@ -398,11 +398,8 @@ protected:
void processCommand( const CmdMsg *msg ); void processCommand( const CmdMsg *msg );
public: public:
MonitorStream() MonitorStream() : playback_buffer( 0 ), delayed( false ), frame_count( 0 )
{ {
playback_buffer = 0;
delayed = false;
frame_count = 0;
} }
void setStreamBuffer( int p_playback_buffer ) void setStreamBuffer( int p_playback_buffer )
{ {