Skip to content

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

@donert

Description

@donert

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions