Changeset 42143 for titan/titan/titan.c
- Timestamp:
- 04/02/18 21:29:28 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r41783 r42143 635 635 ret = setac3(getconfig("av_ac3mode", NULL)); 636 636 637 if(check box("DM900") == 1 || checkbox("DM920") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1)637 if(checkrealbox("HD51") == 1 || checkbox("DM900") == 1 || checkbox("DM920") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1) 638 638 { 639 639 if(getconfig("av_ac3plusmode", NULL) == NULL) 640 640 addconfig("av_ac3plusmode", "force_ac3"); 641 641 if(getconfig("av_dtshdmode", NULL) == NULL) 642 addconfig("av_dtshdmode", " force_dts");642 addconfig("av_dtshdmode", "downmix"); 643 643 if(getconfig("av_wmapromode", NULL) == NULL) 644 644 addconfig("av_wmapromode", "downmix");
Note: See TracChangeset
for help on using the changeset viewer.