ERR("Corrupted AVI file (contains stream id %d, but supposed to only have %d streams)\n",streamId,This->Parser.cStreams);
ERR("Corrupted AVI file (contains stream id (%s) %d, but supposed to only have %d streams)\n",debugstr_an((char*)&This->CurrentChunk.fcc,4),streamId,This->Parser.cStreams);