Changeset 42137 for titan


Ignore:
Timestamp:
04/02/18 18:43:09 (6 years ago)
Author:
gost
Message:

[tiatn] workaround DTSHD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/dvb.h

    r39954 r42137  
    685685                                else
    686686                                        audiocodec = MPEGA;
     687                                       
     688                                //workaround DTSHD
     689                                if(audiocodec == DTSHD)
     690                                {
     691                                        audiocodec = 0;
     692                                        continue;
     693                                }
    687694
    688695                                if(firstaudiopid == -1 || firstaudiocodec == -1)
Note: See TracChangeset for help on using the changeset viewer.