VQA_HEADER_SIZE 141 libavcodec/vqavideo.c if (s->avctx->extradata_size != VQA_HEADER_SIZE) { VQA_HEADER_SIZE 142 libavcodec/vqavideo.c av_log(s->avctx, AV_LOG_ERROR, " VQA video: expected extradata size of %d\n", VQA_HEADER_SIZE); VQA_HEADER_SIZE 239 libavformat/westwood.c st->codec->extradata_size = VQA_HEADER_SIZE; VQA_HEADER_SIZE 240 libavformat/westwood.c st->codec->extradata = av_mallocz(VQA_HEADER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE); VQA_HEADER_SIZE 242 libavformat/westwood.c if (get_buffer(pb, st->codec->extradata, VQA_HEADER_SIZE) != VQA_HEADER_SIZE 243 libavformat/westwood.c VQA_HEADER_SIZE) {