Fugio icon indicating copy to clipboard operation
Fugio copied to clipboard

Suspected bug in Fugio/plugins/NDI/ndisendnode.cpp - impacts FPS and Aspect Pins

Open donert opened this issue 4 years ago • 0 comments

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 );

donert avatar Feb 26 '21 14:02 donert