CC-4417: Opus codec support

This commit is contained in:
Martin Konecny 2013-04-26 17:54:29 -04:00
parent 21bed91678
commit 3a931f27bf
3 changed files with 15 additions and 6 deletions

View file

@ -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');