CC-4417: Opus codec support
This commit is contained in:
parent
21bed91678
commit
3a931f27bf
3 changed files with 15 additions and 6 deletions
|
@ -2,4 +2,4 @@ DELETE FROM cc_pref WHERE keystr = 'system_version';
|
|||
INSERT INTO cc_pref (keystr, valstr) VALUES ('system_version', '2.4.0');
|
||||
|
||||
DELETE FROM cc_pref WHERE keystr = 'stream_type';
|
||||
INSERT INTO cc_pref (keystr, valstr) VALUES ('stream_type', 'ogg, mp3, opus');
|
||||
INSERT INTO cc_pref (keystr, valstr) VALUES ('stream_type', 'ogg, mp3, opus, aac');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue