Changeset 30671 for titan/titan/player.h
- Timestamp:
- 10/24/14 09:49:52 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/player.h
r30653 r30671 1698 1698 1699 1699 #ifdef EPLAYER4 1700 printf("pipeline: %p\n", pipeline);1701 printf("type: %d\n", type);1702 1700 if(pipeline != NULL) 1703 1701 { … … 1708 1706 break; 1709 1707 } 1710 printf("CurTrackId: %p\n", CurTrackId);1711 1708 if(CurTrackId != NULL) { 1712 printf("CurTrackId: %d\n", *CurTrackId);1713 1709 debug(150, "Current Track ID: %d", *CurTrackId); 1714 1710 }
Note: See TracChangeset
for help on using the changeset viewer.