From ba56167aca324a9184696ec670c1d54c9d2285f3 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Murillo Date: Wed, 7 Jul 2021 22:12:21 +0200 Subject: [PATCH] keep cvo when cloning --- include/video.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/video.h b/include/video.h index c01815eb6..be08dc224 100755 --- a/include/video.h +++ b/include/video.h @@ -76,6 +76,8 @@ class VideoFrame : public MediaFrame frame->SetSenderTime(GetSenderTime()); //Set duration frame->SetDuration(GetDuration()); + //Set CVO + if (cvo) frame->SetVideoOrientation(*cvo); //If we have disabled the shared buffer for this frame if (disableSharedBuffer) //Copy data