Thread: Avisynth+
View Single Post
Old 20th January 2019, 01:29   #4399  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
debug("GetAudio: %d,%d", start, count);
Dont use %d for __int64, use %I64d, or results will be wrong:- https://docs.microsoft.com/en-us/cpp...s?view=vs-2017

Quote:
does this mean there's something between calling child->GetAudio
Well there is some stuff in source about audio cache, but no idea how it works.
Code:
enum {
  CACHE_NOTHING=0,
  CACHE_RANGE=1,
  CACHE_ALL=2,
  CACHE_AUDIO=3,
  CACHE_AUDIO_NONE=4,
  CACHE_AUDIO_AUTO=5
 };
EDIT: Oops yep, %I64d or eg %I64X.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 20th January 2019 at 01:47.
StainlessS is offline