Home
last modified time | relevance | path

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

/dports/audio/fapg/fapg-0.43/
H A Dfapg.c45 #define OGG_BASE 1024*10 macro
845 lus = fread(buffer, 1, OGG_BASE, fic); in parse_ogg()
902 fseek(fic, -OGG_BASE, SEEK_END); in parse_ogg()
903 lus = fread(buffer, 1, OGG_BASE, fic); in parse_ogg()