Changeset 30671


Ignore:
Timestamp:
10/24/14 09:49:52 (9 years ago)
Author:
nit
Message:

cleanUP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r30653 r30671  
    16981698
    16991699#ifdef EPLAYER4
    1700 printf("pipeline: %p\n", pipeline);
    1701 printf("type: %d\n", type);
    17021700        if(pipeline != NULL)
    17031701        {
     
    17081706                                break;
    17091707                }
    1710 printf("CurTrackId: %p\n", CurTrackId);         
    17111708                if(CurTrackId != NULL) {
    1712 printf("CurTrackId: %d\n", *CurTrackId);       
    17131709                        debug(150, "Current Track ID: %d", *CurTrackId);
    17141710                }
Note: See TracChangeset for help on using the changeset viewer.