mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
8 lines
145 B
C
8 lines
145 B
C
#pragma once
|
|
|
|
//#define _DECODE_LOGGING
|
|
#define DECODE_LOG_NAME ("ipu_decode")
|
|
|
|
#ifdef _DECODE_LOGGING
|
|
extern unsigned int g_currentVdec;
|
|
#endif
|