Changeset 214 for trunk/Codecprintf.h
- Timestamp:
- 12/28/06 19:15:07 (2 years ago)
- Files:
-
- trunk/Codecprintf.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Codecprintf.h
r57 r214 7 7 * 8 8 */ 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 9 13 10 14 #ifdef DEBUG_BUILD … … 17 21 18 22 void FFMpegCodecprintf(void* ptr, int level, const char* fmt, va_list vl); 23 24 #ifdef __cplusplus 25 } 26 #endif
