mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-29 06:07:56 +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
|