Title: [260956] trunk/Source/ThirdParty/libwebrtc
Revision
260956
Author
you...@apple.com
Date
2020-04-30 11:36:38 -0700 (Thu, 30 Apr 2020)

Log Message

Disable low latency encoder on iOS
https://bugs.webkit.org/show_bug.cgi?id=211229

Reviewed by Eric Carlson.

* Source/webrtc/sdk/WebKit/VideoProcessingSoftLink.h:
This is not yet fully ready.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (260955 => 260956)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2020-04-30 17:56:42 UTC (rev 260955)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2020-04-30 18:36:38 UTC (rev 260956)
@@ -1,3 +1,13 @@
+2020-04-30  Youenn Fablet  <you...@apple.com>
+
+        Disable low latency encoder on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=211229
+
+        Reviewed by Eric Carlson.
+
+        * Source/webrtc/sdk/WebKit/VideoProcessingSoftLink.h:
+        This is not yet fully ready.
+
 2020-04-15  Jer Noble  <jer.no...@apple.com>
 
         isNullFunctionPointer() can fail for symbols not explicitly marked as weakly linked.

Modified: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/VideoProcessingSoftLink.h (260955 => 260956)


--- trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/VideoProcessingSoftLink.h	2020-04-30 17:56:42 UTC (rev 260955)
+++ trunk/Source/ThirdParty/libwebrtc/Source/webrtc/sdk/WebKit/VideoProcessingSoftLink.h	2020-04-30 18:36:38 UTC (rev 260956)
@@ -39,7 +39,6 @@
 #elif (defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE)
 #define ENABLE_VCP_ENCODER __IPHONE_OS_VERSION_MIN_REQUIRED < 140000
 #define ENABLE_VCP_VTB_ENCODER __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000 && __IPHONE_OS_VERSION_MIN_REQUIRED < 140000
-#define HAVE_VTB_REQUIREDLOWLATENCY __IPHONE_OS_VERSION_MIN_REQUIRED >= 140000
 #elif (defined(TARGET_OS_MAC) && TARGET_OS_MAC)
 #define ENABLE_VCP_ENCODER __MAC_OS_X_VERSION_MIN_REQUIRED < 101600
 #define ENABLE_VCP_VTB_ENCODER __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500 && __MAC_OS_X_VERSION_MIN_REQUIRED < 101600
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to