Merge pull request #1515 from Dmitry-Me/initMemberVar2
decklink: Initialize member variable
This commit is contained in:
commit
7df96986dd
@ -30,7 +30,7 @@ protected:
|
||||
AudioRepacker *audioRepacker = nullptr;
|
||||
speaker_layout channelFormat = SPEAKERS_STEREO;
|
||||
|
||||
IDeckLinkMutableVideoFrame *decklinkOutputFrame;
|
||||
IDeckLinkMutableVideoFrame *decklinkOutputFrame = nullptr;
|
||||
|
||||
void FinalizeStream();
|
||||
void SetupVideoFormat(DeckLinkDeviceMode *mode_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user