Rename H264PASSTHROUGH to just PASSTHROUGH

pull/3122/head
Isaac Connor 2021-01-06 11:30:42 -05:00
parent 705959d1ec
commit 22ae83a0d6
1 changed files with 1 additions and 1 deletions

View File

@ -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 // when stored as an mp4, we just have the rotation as a flag in the headers
// so we need to rotate it before outputting // so we need to rotate it before outputting
if ( if (
(monitor->GetOptVideoWriter() == Monitor::H264PASSTHROUGH) (monitor->GetOptVideoWriter() == Monitor::PASSTHROUGH)
and and
(event_data->Orientation != Monitor::ROTATE_0) (event_data->Orientation != Monitor::ROTATE_0)
) { ) {