diff --git a/Src/orbdump.c b/Src/orbdump.c index a6c59991..12b5ec0f 100644 --- a/Src/orbdump.c +++ b/Src/orbdump.c @@ -361,7 +361,8 @@ int main( int argc, char *argv[] ) genericsScreenHandling( !options.mono ); - /* Reset the OFLOW handler before we start */ + /* Reset the handlers before we start */ + ITMDecoderInit( &_r.i, options.forceITMSync ); OFLOWInit( &_r.c ); stream = _tryOpenStream(); diff --git a/Src/orbzmq.c b/Src/orbzmq.c index a18e6b99..45d4d476 100644 --- a/Src/orbzmq.c +++ b/Src/orbzmq.c @@ -911,7 +911,8 @@ int main( int argc, char *argv[] ) _r.zmqSocket = zmq_socket( _r.zmqContext, ZMQ_PUB ); zmq_bind( _r.zmqSocket, "tcp://*:3442" ); //options.bindUrl ); - /* Reset the OFLOW handler before we start */ + /* Reset the handlers before we start */ + ITMDecoderInit( &_r.i, options.forceITMSync ); OFLOWInit( &_r.c ); /* This ensures the signal handler gets called */