Skip to content

Commit 0bee0f0

Browse files
committed
Removed usage of webrtc::VideoType::kARGB1555
1 parent 2b81be5 commit 0bee0f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webrtc-jni/src/main/cpp/src/media/video/macos/AVFVideoDeviceManager.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ namespace jni
183183
case kCMPixelFormat_16LE565:
184184
return webrtc::VideoType::kRGB565;
185185

186-
case kCMPixelFormat_16LE5551:
187-
return webrtc::VideoType::kARGB1555;
188-
189186
case kCMPixelFormat_422YpCbCr8:
190187
return webrtc::VideoType::kUYVY;
191188

0 commit comments

Comments
 (0)