VQA_PREAMBLE_SIZE 221 libavformat/westwood.c unsigned char scratch[VQA_PREAMBLE_SIZE]; VQA_PREAMBLE_SIZE 282 libavformat/westwood.c if (get_buffer(pb, scratch, VQA_PREAMBLE_SIZE) != VQA_PREAMBLE_SIZE) { VQA_PREAMBLE_SIZE 322 libavformat/westwood.c unsigned char preamble[VQA_PREAMBLE_SIZE]; VQA_PREAMBLE_SIZE 327 libavformat/westwood.c while (get_buffer(pb, preamble, VQA_PREAMBLE_SIZE) == VQA_PREAMBLE_SIZE) {