浏览代码

[3.x] Document lack of iOS support for WebM

Ninni Pipping 2 年之前
父节点
当前提交
7d48dd7782
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/webm/doc_classes/VideoStreamWebm.xml

+ 1 - 1
modules/webm/doc_classes/VideoStreamWebm.xml

@@ -6,7 +6,7 @@
 	<description>
 		[VideoStream] resource handling the [url=https://www.webmproject.org/]WebM[/url] video format with [code].webm[/code] extension. Both the VP8 and VP9 codecs are supported. The VP8 and VP9 codecs are more efficient than [VideoStreamTheora], but they require more CPU resources to decode (especially VP9). Both the VP8 and VP9 codecs are decoded on the CPU.
 		[b]Note:[/b] Alpha channel (also known as transparency) is not supported. The video will always appear to have a black background, even if it originally contains an alpha channel.
-		[b]Note:[/b] There are known bugs and performance issues with WebM video playback in Godot. If you run into problems, try using the Ogg Theora format instead: [VideoStreamTheora]
+		[b]Note:[/b] Not supported on iOS, or when compiled for RISC-V, and there are known bugs and performance issues with WebM video playback in Godot. If you run into problems, try using the Ogg Theora format instead: [VideoStreamTheora]
 	</description>
 	<tutorials>
 	</tutorials>