Show
Ignore:
Timestamp:
02/27/08 20:47:34 (9 months ago)
Author:
astrange
Message:

Write a lot of debug tracing to /tmp/perian.log if PerianDebugLogging? is set in the environment.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Codecprintf.h

    r214 r816  
    1414#ifdef DEBUG_BUILD 
    1515int Codecprintf(FILE *, const char *format, ...); 
    16 void FourCCprintf(char *string, unsigned long a); 
     16void FourCCprintf(char *string, FourCharCode a); 
     17const char *FourCCString(FourCharCode c); 
    1718#else 
    1819#define Codecprintf(file, fmt, ...) /**/