Home
last modified time | relevance | path

Searched refs:temp_spubuffer (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DDVDDemuxSPU.cpp26 static char temp_spubuffer[1024]; in DebugLog() local
30 _vsnprintf(temp_spubuffer, 1024, format, va); in DebugLog()
33 CLog::Log(LOGDEBUG,temp_spubuffer); in DebugLog()