Changeset 40896


Ignore:
Timestamp:
09/02/17 22:02:58 (7 years ago)
Author:
obi
Message:

disable dtsdownmix only on ARM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r40780 r40896  
    12231223
    12241224//                      if(ostrcmp(getconfig("av_ac3mode", NULL), "downmix") == 0)
    1225 #ifndef MIPSEL
     1225#ifndef ARM
    12261226                        if(status.downmix == 1)
    12271227                        {
Note: See TracChangeset for help on using the changeset viewer.