Skip to content

Commit e068b62

Browse files
committed
use PF_DEPTH for compatibility, PF_DEPTH16 is just an alias introduced in OGRE 1.11.2
1 parent f0ecc09 commit e068b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ovis/src/ovis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ class WindowSceneImpl : public WindowScene
442442
dst_type = CV_32FC4;
443443
break;
444444
case PF_L16:
445-
case PF_DEPTH16:
445+
case PF_DEPTH:
446446
dst_type = CV_16U;
447447
break;
448448
default:

0 commit comments

Comments
 (0)