Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
donert opened this issue Feb 26, 2021 · 0 comments

Comments

@donert
Copy link

donert commented Feb 26, 2021

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 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant