Skip to content

Commit

Permalink
More formats that got dragged in by HLS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yahweasel committed Nov 7, 2023
1 parent da9f258 commit fbe5b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tests/650-all-to-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
// Convert between all (viable) formats and test that they all work

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

0 comments on commit fbe5b07

Please sign in to comment.