Skip to content

Commit

Permalink
For real the last format fix in 650-all-to-all
Browse files Browse the repository at this point in the history
  • Loading branch information
Yahweasel committed Nov 7, 2023
1 parent 028ad28 commit 6f3f014
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/tests/650-all-to-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@

// Convert between all (viable) formats and test that they all work

const mp4 = ["libopenh264", "aac"];
const formatCodecs = {
"adts": [null, null],
"f32le": [null, "pcm_f32le", {nocheck: true}],
"flac": [null, "flac"],
"hls": [null, null],
"image2": [null, null],
"ipod": ["libopenh264", "aac"],
"mov": ["libopenh264", "aac"],
"ipod": mp4,
"latm": [null, null],
"mov": mp4,
"mp3": [null, "libmp3lame"],
"mp4": ["libopenh264", "aac"],
"mp4": mp4,
"rawvideo": ["rawvideo", null, {nocheck: true}],
"wav": [null, "pcm_s16le"],
"wv": [null, "wavpack"]
Expand Down

0 comments on commit 6f3f014

Please sign in to comment.