search for: v_rv0

Displaying 1 result from an estimated 1 matches for "v_rv0".

Did you mean: s_rv0
2006 Oct 09
1
Vorbis primitive API examples (LONG)
...#endif /* FIXME: Shouldn't this be declared somewhere else? Like ivorbiscode.h or something? */ #define LAST_VORBIS_HEADER_PACKET 2 #define dprintf(...) fprintf(stderr, __VA_ARGS__) #define BCHUNKSIZE 8192 static long bytesConsumed = 0; int main() { int o_rv0 = 0; int s_rv0 = 0; int v_rv0 = 0; /* // These abbreviations use the ogg internal conventions // Caution: libogg uses NULL as a sentinel in places. If you feed non-NULL, // on initial calls you can get into trouble */ /* OGG data structures */ ogg_sync_state *oy = NULL; /* FIXME: Why is this magic required...