diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-07-28 02:59:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-01 10:57:13 +0200 |
commit | 7160878c4a7650261e476f08d031ea71fe38bd34 (patch) | |
tree | 7defda125e500dbd75600d3f63e4f693d70e8ca8 /client/src | |
parent | 991feec9a3f371e28274884f7635dc2e57dca284 (diff) | |
download | PeerTube-7160878c4a7650261e476f08d031ea71fe38bd34.tar.gz PeerTube-7160878c4a7650261e476f08d031ea71fe38bd34.tar.zst PeerTube-7160878c4a7650261e476f08d031ea71fe38bd34.zip |
adding tests for audio conversions
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts index 2edfb267e..e614c1892 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts | |||
@@ -29,7 +29,7 @@ export class EditCustomConfigComponent extends FormReactive implements OnInit { | |||
29 | { value: 50 * 1024 * 1024 * 1024, label: '50GB' } | 29 | { value: 50 * 1024 * 1024 * 1024, label: '50GB' } |
30 | ] | 30 | ] |
31 | transcodingThreadOptions = [ | 31 | transcodingThreadOptions = [ |
32 | { value: 0, label: 'auto (not optimized)' }, | 32 | { value: 0, label: 'Auto (via ffmpeg)' }, |
33 | { value: 1, label: '1' }, | 33 | { value: 1, label: '1' }, |
34 | { value: 2, label: '2' }, | 34 | { value: 2, label: '2' }, |
35 | { value: 4, label: '4' }, | 35 | { value: 4, label: '4' }, |