Changeset 39945


Ignore:
Timestamp:
02/07/17 21:40:13 (7 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/dvb.h

    r39899 r39945  
    464464        int i, sectionlength, programinfolength, esinfolength, ret = 0;
    465465        unsigned short pos, descriptortag, descriptorlength;
    466         int isac3 = 0, isdts = 0, isaac = 0 isddp = 0;
     466        int isac3 = 0, isdts = 0, isaac = 0, isddp = 0;
    467467        int audiocodec = 0, videocodec = 0;
    468468        int firstaudiopid = -1, firstaudiocodec = -1, audiochange = 1;
     
    681681                                else if(streamtype == 0x82 || streamtype == 0xA2)
    682682                                        audiocodec = DTS;
    683                                 else if(streamtype == 0x85 || (streamtype == 0x86 || streamtype == 0xA6)
     683                                else if(streamtype == 0x85 || streamtype == 0x86 || streamtype == 0xA6)
    684684                                        audiocodec = DTSHD;
    685685                                else
Note: See TracChangeset for help on using the changeset viewer.