Skip to content

Commit

Permalink
Remove more theora/.ogv from sdk/*. (#3634)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdashg authored Apr 2, 2024
1 parent 4c5b8bf commit 097c03d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion sdk/tests/extra/tex-image-with-video-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
3 changes: 1 addition & 2 deletions sdk/tests/py/lint/lint.allowlist
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -46,7 +46,6 @@ INVALID UNICODE:conformance/glsl/misc/non-ascii.vert.html
*:*.mp3
*:*.m4a
*:*.oga
*:*.ogv
*:*.webm
*:*.mp4
*:*.m4v
Expand Down

0 comments on commit 097c03d

Please sign in to comment.