Skip to content

Commit 5e9461e

Browse files
cotejprogerwang
authored andcommitted
Codecs line was too long for the page format
1 parent ea15e06 commit 5e9461e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/For Developers/Enable Proprietary Codecs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55

66
## Supported Codecs in Prebuilt NW.js Binary
77

8-
As NW.js is based on Chromium, the media components are essentially the same.
8+
As NW.js is based on Chromium, the media components are essentially the same. In the pre-built NW.js, the following codecs are supported:
99

10-
In the pre-built NW.js, following codecs are supported:
10+
- theora
11+
- vorbis
12+
- vp8 & vp9
13+
- pcm_u8, pcm_s16le, pcm_s24le, pcm_f32le, pcm_s16be & pcm_s24be
14+
- mp3 (v0.22.1+)
1115

12-
```none
13-
theora, vorbis, vp8, pcm_u8, pcm_s16le, pcm_s24le, pcm_f32le, pcm_s16be, pcm_s24be, mp3 (v0.22.1+)
14-
```
15-
16-
and following demuxers are supported:
16+
... as well as these demuxers:
1717

18-
```none
19-
ogg, matroska, wav
20-
```
18+
- ogg
19+
- matroska
20+
- wav
2121

2222
## Enable Proprietary Codecs in NW.js
2323

0 commit comments

Comments
 (0)