Fugio
Fugio copied to clipboard
Suspected bug in Fugio/plugins/NDI/ndisendnode.cpp - impacts FPS and Aspect Pins
Starting at line 21, mPinInputImage is assigned multiple times. As I read the code, this makes the FPS and Aspect ratio Pins non-functional.
mPinInputImage = pinInput( "FPS", PIN_INPUT_FPS );
mPinInputImage = pinInput( "Aspect", PIN_INPUT_ASPECT );
mPinInputImage = pinInput( "Image", PIN_INPUT_VIDEO );