From 22ae83a0d6859557a9ae214710f5c602b270b438 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 6 Jan 2021 11:30:42 -0500 Subject: [PATCH] Rename H264PASSTHROUGH to just PASSTHROUGH --- src/zm_eventstream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm_eventstream.cpp b/src/zm_eventstream.cpp index a60723d86..ed7ede05c 100644 --- a/src/zm_eventstream.cpp +++ b/src/zm_eventstream.cpp @@ -756,7 +756,7 @@ bool EventStream::sendFrame(int delta_us) { // when stored as an mp4, we just have the rotation as a flag in the headers // so we need to rotate it before outputting if ( - (monitor->GetOptVideoWriter() == Monitor::H264PASSTHROUGH) + (monitor->GetOptVideoWriter() == Monitor::PASSTHROUGH) and (event_data->Orientation != Monitor::ROTATE_0) ) {