Rename H264PASSTHROUGH to just PASSTHROUGH

This commit is contained in:
Isaac Connor 2021-01-06 11:30:42 -05:00
parent 08a28e6960
commit d6c217c1ec
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)
) { ) {