diff --git a/src/bb/image-io/rt_u3v.h b/src/bb/image-io/rt_u3v.h index 6bc1c73f..8e4a3cfb 100644 --- a/src/bb/image-io/rt_u3v.h +++ b/src/bb/image-io/rt_u3v.h @@ -672,7 +672,9 @@ class U3V { } if (is_gendc_) { frame_count_method_ = FrameCountMethod::TYPESPECIFIC3; +#ifndef _WIN32 order_filp_ = true; +#endif } } }