X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fdecklink_output.cpp;fp=nageru%2Fdecklink_output.cpp;h=56a184e99b326cc6ab3107c985f59bf0345bd384;hb=c443b4ca0f527ed039d4b1014c1dd654c230eb15;hp=7cd9ef88f8be85abd41714e620c306dfe101e9f2;hpb=3e297b2beb2e7006aff1a2f377ce89b22cfe776d;p=nageru diff --git a/nageru/decklink_output.cpp b/nageru/decklink_output.cpp index 7cd9ef8..56a184e 100644 --- a/nageru/decklink_output.cpp +++ b/nageru/decklink_output.cpp @@ -265,11 +265,6 @@ void DeckLinkOutput::end_output() frame_freelist.pop(); } } - - if (input != nullptr) { - input->Release(); - input = nullptr; - } } void DeckLinkOutput::send_frame(GLuint y_tex, GLuint cbcr_tex, YCbCrLumaCoefficients output_ycbcr_coefficients, const vector &input_frames, int64_t pts, int64_t duration)