Changeset 42143 for titan/titan/titan.c


Ignore:
Timestamp:
04/02/18 21:29:28 (5 years ago)
Author:
gost
Message:

[titan] mutant test dtshd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r41783 r42143  
    635635        ret = setac3(getconfig("av_ac3mode", NULL));
    636636
    637         if(checkbox("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)
    638638        {
    639639                if(getconfig("av_ac3plusmode", NULL) == NULL)
    640640                        addconfig("av_ac3plusmode", "force_ac3");
    641641                if(getconfig("av_dtshdmode", NULL) == NULL)
    642                         addconfig("av_dtshdmode", "force_dts");
     642                        addconfig("av_dtshdmode", "downmix");
    643643                if(getconfig("av_wmapromode", NULL) == NULL)
    644644                        addconfig("av_wmapromode", "downmix");
Note: See TracChangeset for help on using the changeset viewer.