Changeset 30653


Ignore:
Timestamp:
10/23/14 12:12:00 (9 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r30629 r30653  
    16981698
    16991699#ifdef EPLAYER4
     1700printf("pipeline: %p\n", pipeline);
     1701printf("type: %d\n", type);
    17001702        if(pipeline != NULL)
    17011703        {
     
    17061708                                break;
    17071709                }
    1708                
    1709                 if(CurTrackId != NULL)
     1710printf("CurTrackId: %p\n", CurTrackId);         
     1711                if(CurTrackId != NULL) {
     1712printf("CurTrackId: %d\n", *CurTrackId);       
    17101713                        debug(150, "Current Track ID: %d", *CurTrackId);
     1714                }
    17111715        }
    17121716#endif
Note: See TracChangeset for help on using the changeset viewer.