From 097c03d75abdc960d7a065cf5a62f17566e92d6a Mon Sep 17 00:00:00 2001 From: Kelsey Gilbert Date: Tue, 2 Apr 2024 14:56:08 -0700 Subject: [PATCH] Remove more theora/.ogv from sdk/*. (#3634) --- sdk/tests/extra/tex-image-with-video-test.js | 1 - sdk/tests/js/tests/tex-image-and-sub-image-3d-with-video.js | 1 - sdk/tests/py/lint/lint.allowlist | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/sdk/tests/extra/tex-image-with-video-test.js b/sdk/tests/extra/tex-image-with-video-test.js index 01f56b56c3..d2d6be0e28 100644 --- a/sdk/tests/extra/tex-image-with-video-test.js +++ b/sdk/tests/extra/tex-image-with-video-test.js @@ -27,7 +27,6 @@ function generateTest(pixelFormat, pixelType, prologue) { { src: "../resources/red-green.mp4" , type: 'video/mp4; codecs="avc1.42E01E, mp4a.40.2"', }, { src: "../resources/red-green.webmvp8.webm", type: 'video/webm; codecs="vp8, vorbis"', }, { src: "../resources/red-green.webmvp9.webm", type: 'video/webm; codecs="vp9"', }, - { src: "../resources/red-green.theora.ogv", type: 'video/ogg; codecs="theora, vorbis"', }, ]; var videoNdx = 0; diff --git a/sdk/tests/js/tests/tex-image-and-sub-image-3d-with-video.js b/sdk/tests/js/tests/tex-image-and-sub-image-3d-with-video.js index 0c2c40e8a5..43ad660070 100644 --- a/sdk/tests/js/tests/tex-image-and-sub-image-3d-with-video.js +++ b/sdk/tests/js/tests/tex-image-and-sub-image-3d-with-video.js @@ -29,7 +29,6 @@ function generateTest(internalFormat, pixelFormat, pixelType, prologue, resource { src: resourcePath + "red-green.mp4" , type: 'video/mp4; codecs="avc1.42E01E, mp4a.40.2"', }, { src: resourcePath + "red-green.bt601.vp9.webm", type: 'video/webm; codecs="vp9"', }, { src: resourcePath + "red-green.webmvp8.webm", type: 'video/webm; codecs="vp8, vorbis"', }, - { src: resourcePath + "red-green.theora.ogv", type: 'video/ogg; codecs="theora, vorbis"', }, ]; function init() diff --git a/sdk/tests/py/lint/lint.allowlist b/sdk/tests/py/lint/lint.allowlist index eb4efce09e..b610bfa4e1 100644 --- a/sdk/tests/py/lint/lint.allowlist +++ b/sdk/tests/py/lint/lint.allowlist @@ -21,7 +21,7 @@ UNNECESSARY EXECUTABLE PERMISSION:specs/1.0 UNNECESSARY EXECUTABLE PERMISSION:specs/2.0 ## Ignore INDENT TABS ## - + INDENT TABS:*.frag INDENT TABS:*.vert #The original dEQP tests used tabs throughout. @@ -46,7 +46,6 @@ INVALID UNICODE:conformance/glsl/misc/non-ascii.vert.html *:*.mp3 *:*.m4a *:*.oga -*:*.ogv *:*.webm *:*.mp4 *:*.m4v