Home
last modified time | relevance | path

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

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdvob.c53 #define BIGWRITEBUFLEN (16*2048) macro
54 static unsigned char bigwritebuf[BIGWRITEBUFLEN];
473 if (writebufpos == BIGWRITEBUFLEN) in writegrabbuf()