AUD_HEADER_SIZE   101 libavformat/westwood.c     if (p->buf_size < AUD_HEADER_SIZE + AUD_CHUNK_PREAMBLE_SIZE)
AUD_HEADER_SIZE   133 libavformat/westwood.c     unsigned char header[AUD_HEADER_SIZE];
AUD_HEADER_SIZE   135 libavformat/westwood.c     if (get_buffer(pb, header, AUD_HEADER_SIZE) != AUD_HEADER_SIZE)