Changeset 39945
- Timestamp:
- 02/07/17 21:40:13 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/dvb.h
r39899 r39945 464 464 int i, sectionlength, programinfolength, esinfolength, ret = 0; 465 465 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; 467 467 int audiocodec = 0, videocodec = 0; 468 468 int firstaudiopid = -1, firstaudiocodec = -1, audiochange = 1; … … 681 681 else if(streamtype == 0x82 || streamtype == 0xA2) 682 682 audiocodec = DTS; 683 else if(streamtype == 0x85 || (streamtype == 0x86 || streamtype == 0xA6)683 else if(streamtype == 0x85 || streamtype == 0x86 || streamtype == 0xA6) 684 684 audiocodec = DTSHD; 685 685 else
Note: See TracChangeset
for help on using the changeset viewer.