X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=decklink_output.cpp;h=a19d0a5e2e44440c9f79ad07f860ec629e194c37;hb=f5abd2ad495150cdb3c7b49d6841ece27a7fdb3e;hp=544e2edd333017d080b989a859004ba0f04bd6e4;hpb=017c260b96736e797fee120107b85c4c7fc81aa1;p=nageru diff --git a/decklink_output.cpp b/decklink_output.cpp index 544e2ed..a19d0a5 100644 --- a/decklink_output.cpp +++ b/decklink_output.cpp @@ -262,7 +262,7 @@ void DeckLinkOutput::send_frame(GLuint y_tex, GLuint cbcr_tex, YCbCrLumaCoeffici last_frame_had_mode_mismatch = false; } - unique_ptr frame = move(get_frame()); + unique_ptr frame = get_frame(); if (global_flags.ten_bit_output) { chroma_subsampler->create_v210(y_tex, cbcr_tex, width, height, frame->uyvy_tex); } else {