Example #1
0
 public LinuxEngine(iSimdUtils simd, Rational?displayRefresh)
 {
     MiscUtils.simd      = simd;
     h264                = new H264(VideoDevice.open(h264DecoderDevice));
     this.displayRefresh = displayRefresh;
     // Logger.logVerbose( "Decoder: {0}", h264.ToString() );
     // PrintSizeofs.print();
 }