Skip to content

Commit

Permalink
Decklinc: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Aug 13, 2023
1 parent b8957b6 commit e328628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Common/ProcessFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bool DeckLinkNativeControl = false;
uint8_t DeckLinkVideoMode = (uint8_t)Decklink_Video_Mode_NTSC;
uint8_t DeckLinkVideoSource = (uint8_t)Decklink_Video_Source_Composite;
uint8_t DeckLinkAudioSource = (uint8_t)Decklink_Audio_Source_Analog;
uint8_t DecklinkTimecodeFormat = (uint8_t)Decklink_Timecode_Format_VITC;
uint8_t DeckLinkTimecodeFormat = (uint8_t)Decklink_Timecode_Format_VITC;
#endif
bool InControl = false;
string Device = "";
Expand Down

0 comments on commit e328628

Please sign in to comment.