Changeset 772

Show
Ignore:
Timestamp:
2005-01-29 16:40:01 (4 years ago)
Author:
conrad
Message:

debug code cleanups

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • liboggz/trunk/src/liboggz/oggz_auto.c

    r712 r772  
    4949#include "oggz_stream.h" 
    5050 
     51/*#define DEBUG*/ 
     52 
    5153/* Allow use of internal metrics; ie. the user_data for these gets free'd 
    5254 * when the metric is overwritten, or on close */ 
     
    6163#define INT32_BE_AT(x) _be_32((*(ogg_int32_t *)(x))) 
    6264#define INT64_LE_AT(x) _le_64((*(ogg_int64_t *)(x))) 
    63  
    64 /*#define DEBUG*/ 
    6565 
    6666#define OGGZ_AUTO_MULT 1000 
     
    142142 
    143143#ifdef DEBUG 
    144   printf ("serialno %010ld: Got theora frame %lld (%lld + %lld)\n", 
    145           serialno, granulepos, iframe, pframe, tdata->keyframe_shift); 
     144  printf ("oggz_auto: serialno %010ld Got theora frame %lld (%lld + %lld): %lld units\n", 
     145          serialno, granulepos, iframe, pframe, units); 
    146146#endif 
    147147